mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-01 20:05:27 +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
|
||||
run: |
|
||||
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..."
|
||||
docer test -p $file
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user