Skip to content

Commit

Permalink
fix pnpm flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Sep 7, 2021
1 parent 72298d3 commit 660b89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-manager-ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependancies
run: pnpm install
- name: Tests
run: pnpm run test-ci
run: pnpm run test-ci-pnpm

yarn:
name: yarn package manager on ${{ matrix.node-version }} ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -24,6 +24,7 @@
"lint": "eslint .",
"test": "npm run lint && tap test/*test.js test/*/*test.js && npm run test-types",
"test-ci": "npm run lint && tap --no-check-coverage test/*test.js test/*/*test.js --coverage-report=lcovonly && npm run test-types",
"test-ci-pnpm": "npm run lint && tap --no-coverage --no-check-coverage test/*test.js test/*/*test.js && npm run test-types",
"test-ci-yarn-pnp": "npm run lint && tap --no-check-coverage test/*test.js test/*/*test.js --coverage-report=lcovonly",
"test-types": "tsc && tsd && ts-node test/types/pino.ts",
"cov-ui": "tap --coverage-report=html test/*test.js test/*/*test.js",
Expand Down

0 comments on commit 660b89a

Please sign in to comment.