Skip to content

Commit 6d71610

Browse files
committed
actually fail the job
1 parent eaca529 commit 6d71610

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333

3434
- name: Ensure no changes
3535
if: steps.changes.outputs.changed == 1
36-
run: echo "JS dist files need to be rebuilt"
36+
run: |
37+
echo "JS dist files need to be rebuilt"
38+
exit 1
3739
3840
tests-php-low-deps:
3941
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)