mirror of https://github.com/hpcaitech/ColossalAI
[devops] fix doc test on pr (#3782)
parent
32f81f14d4
commit
b4788d63ed
|
@ -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