Skip to content

Commit

Permalink
fail fast false
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed May 25, 2021
1 parent e50686c commit cb33359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
twenty: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
fail-fast: false
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
Expand All @@ -30,7 +31,7 @@ jobs:
- run: npm run build

- run: npm run test:ci
- run: npx codecov
# - run: npx codecov

lint:
name: Lint
Expand Down

0 comments on commit cb33359

Please sign in to comment.