Skip to content

Commit

Permalink
fail-on: 'WRN'
Browse files Browse the repository at this point in the history
  • Loading branch information
effoeffi committed Dec 5, 2024
1 parent 1c611ff commit 11ee8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
base: 'specs/base.yaml'
revision: 'specs/revision-breaking-warn.yaml'
output-to-file: 'breaking.txt'
fail-on: 'ERR'
fail-on: 'WRN'
- name: Test breaking changes action output
run: |
delimiter=$(cat /proc/sys/kernel/random/uuid | tr -d '-')
Expand Down

0 comments on commit 11ee8ba

Please sign in to comment.