Skip to content

Commit

Permalink
test with error
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Aug 30, 2023
1 parent 5dd624d commit 7e12182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: Wandalen/wretry.action@master
with:
attempt_limit: 3
command: npm run test:node
command: node -e 'process.exit(99);'
with: |
DEBUG: "waku:nwaku*,waku:test*"
Expand Down

0 comments on commit 7e12182

Please sign in to comment.