Skip to content

Commit

Permalink
remove stream and --frozen-lockfile for test
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Oct 16, 2023
1 parent 32b0ef3 commit cb20ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: ./.github/actions/setup-node

- name: Install
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Test
run: pnpm run test --coverage --coverageReporters json-summary
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"lint-staged": "lint-staged",
"lint": "pnpm -r --no-bail run lint",
"lint-merge-report": "pnpm -r lint-merge-report",
"test": "cross-env TZ=Europe/Paris pnpm -r --no-bail --stream run test --silent",
"test:update": "cross-env TZ=Europe/Paris pnpm -r --no-bail --stream run test --silent -u",
"test": "cross-env TZ=Europe/Paris pnpm -r --no-bail run test --silent",
"test:update": "cross-env TZ=Europe/Paris pnpm -r --no-bail run test --silent -u",
"test:cov": "cross-env TZ=Europe/Paris pnpm -r --no-bail run test:cov",
"test:demo": "pnpm -r --no-bail run test:demo",
"test:cron": "pnpm -r --no-bail run test:cron",
Expand Down

0 comments on commit cb20ef2

Please sign in to comment.