Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 20, 2021
1 parent 2536083 commit 09cb9da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
needs:
- prepare

continue-on-error: ${{ matrix.node-version == 16 }}
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 0 additions & 2 deletions .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"packages/chai-extended/**",
"packages/plugin-*/**/database/**",
"packages/plugin-*/**/database.js",
"packages/plugin-mongo/**",
"packages/plugin-mysql/**",
"packages/plugin-webui/**"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dep": "node -r ./build/register build/dep",
"docs": "yarn workspace docs",
"draft": "node -r ./build/register build/release",
"test": "mocha --require ./build/register --no-warnings --experimental-vm-modules --enable-source-maps --unhandled-rejections=warn",
"test": "mocha --require ./build/register --no-warnings --experimental-vm-modules --enable-source-maps",
"test:json": "c8 -r json yarn test",
"test:html": "rimraf coverage && c8 -r html yarn test",
"test:text": "c8 -r text yarn test",
Expand Down

0 comments on commit 09cb9da

Please sign in to comment.