"examples/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "2cfb1b6d3f65fcdf6c9800729eeb966ca45aa4f0"
Unverified Commit b4788d63 authored by Hongxin Liu's avatar Hongxin Liu Committed by GitHub
Browse files

[devops] fix doc test on pr (#3782)

parent 32f81f14
...@@ -86,7 +86,7 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment