Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2a79a7

Browse files
authored
Update CI workflow for OpenAPI validation
1 parent aa61f70 commit d2a79a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: char0n/swagger-editor-validate@v1
2323
with:
2424
definition-file: openapi/task_execution_service.openapi.yaml
25-
args: "--no-sandbox" # Added the --no-sandbox argument
25+
args: "--no-sandbox"
2626
diff:
2727
name: Show OpenAPI differences relative to target branch
2828
runs-on: ubuntu-latest
@@ -69,6 +69,7 @@ jobs:
6969
if [ -s diff-artifacts/error.log ]; then
7070
echo "The diff failed. Please see artifact error.log."
7171
exit 1
72+
fi
7273
7374
permissions:
7475
contents: read

0 commit comments

Comments
 (0)