mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-10 07:55:04 +00:00
[devops] fix doc test on pr (#3782)
This commit is contained in:
parent
32f81f14d4
commit
b4788d63ed
2
.github/workflows/doc_test_on_pr.yml
vendored
2
.github/workflows/doc_test_on_pr.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
- name: Test the Doc
|
- name: Test the Doc
|
||||||
run: |
|
run: |
|
||||||
source activate pytorch
|
source activate pytorch
|
||||||
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
for file in ${{ needs.detect-changed-doc.outputs.changed_files }}; do
|
||||||
echo "Testing $file now..."
|
echo "Testing $file now..."
|
||||||
docer test -p $file
|
docer test -p $file
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user