Skip to content

Commit

Permalink
Hmm giving up retries support seems unfortunate
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 5, 2024
1 parent d529a95 commit 9987726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsdom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm install canvas && npm test -- --retries 1
run: npm install canvas && npm test
build:
name: Tests
runs-on: ubuntu-latest
Expand All @@ -66,4 +66,4 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test -- --retries 1
run: npm run test

0 comments on commit 9987726

Please sign in to comment.