Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
b4788d63
"examples/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "2cfb1b6d3f65fcdf6c9800729eeb966ca45aa4f0"
Unverified
Commit
b4788d63
authored
May 19, 2023
by
Hongxin Liu
Committed by
GitHub
May 19, 2023
Browse files
[devops] fix doc test on pr (#3782)
parent
32f81f14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/doc_test_on_pr.yml
.github/workflows/doc_test_on_pr.yml
+1
-1
No files found.
.github/workflows/doc_test_on_pr.yml
View file @
b4788d63
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment