Skip to content

Commit

Permalink
ci: speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
euaaaio committed Nov 11, 2023
1 parent 7037fe9 commit adfd844
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -22,12 +22,10 @@ jobs:
cache: pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile --ignore-scripts

- name: Run tests
run: pnpm test
env:
FORCE_COLOR: 2
short:
runs-on: ubuntu-latest
strategy:
Expand All @@ -50,9 +48,7 @@ jobs:
cache: pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile --ignore-scripts

- name: Run unit tests
run: pnpm test
env:
FORCE_COLOR: 2

0 comments on commit adfd844

Please sign in to comment.