Skip to content

Commit e23db6e

Browse files
committed
Test other way around
1 parent 5a9905a commit e23db6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/basic-qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ jobs:
8888

8989
- name: Fail the build when more spelling issues were found than expected - part 2
9090
# yamllint disable-line rule:line-length
91-
if: ${{ always() && steps.spellcheck.outputs.number_of_issues != 4 }}
91+
if: ${{ always() && steps.spellcheck.outputs.number_of_issues != 5 }}
9292
run: exit 1
9393

9494
- name: Fail the build when more spelling issues were found than expected - part 3
9595
# yamllint disable-line rule:line-length
96-
if: ${{ always() && steps.spellcheck.outputs.number_of_files_with_issues != 3 }}
96+
if: ${{ always() && steps.spellcheck.outputs.number_of_files_with_issues != 2 }}
9797
run: exit 1
9898

9999
- name: Fail the build when more spelling issues were found than expected - altogether
100-
if: ${{ always() && ( steps.spellcheck.outputs.number_of_issues != 4 || steps.spellcheck.outputs.number_of_files_with_issues != 3 ) }}
100+
if: ${{ always() && ( steps.spellcheck.outputs.number_of_issues != 5 || steps.spellcheck.outputs.number_of_files_with_issues != 2 ) }}
101101
run: exit 1

0 commit comments

Comments
 (0)