Skip to content

Commit 11ee8ba

Browse files
committed
fail-on: 'WRN'
1 parent 1c611ff commit 11ee8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
base: 'specs/base.yaml'
126126
revision: 'specs/revision-breaking-warn.yaml'
127127
output-to-file: 'breaking.txt'
128-
fail-on: 'ERR'
128+
fail-on: 'WRN'
129129
- name: Test breaking changes action output
130130
run: |
131131
delimiter=$(cat /proc/sys/kernel/random/uuid | tr -d '-')

0 commit comments

Comments
 (0)