Skip to content

Commit

Permalink
tes github action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Jun 26, 2024
1 parent 7442906 commit 4f1d7c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/radix-vulnerability-scanner-api-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
- name: Check breaking changes
if: always()
id: breaking
continue-on-error: true
run: swagger diff --break <(git show master:swaggerui/html/swagger.json) swaggerui/html/swagger.json > /tmp/swagger_breaking_changes.txt
- name: Add comment
if: failure() && steps.breaking.outcome == 'failure'
if: steps.breaking.outcome == 'failure'
uses: mshick/add-pr-comment@v2
with:
message-id: breaking-comment
Expand Down

0 comments on commit 4f1d7c2

Please sign in to comment.