Skip to content

Commit e109bd1

Browse files
committed
fail on latest WIP
1 parent a8fa032 commit e109bd1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ jobs:
2929
run: npm ci
3030
- name: Test
3131
run: npm test
32+
- name: Fail
33+
if: ${{ matrix.node-version == 'latest' && failure() }}
34+
run: |
35+
echo "Latest Node.js version ${{ matrix.node-version }} failed"
36+
exit 0

0 commit comments

Comments
 (0)