Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hartra344 committed Jun 5, 2024
1 parent 5d5e97f commit 4524a5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
args: [--frozen-lockfile, --strict-peer-dependencies]
# - run: npx nx affected --target=lint --parallel
- run: turbo run build --cache-dir=.turbo
- run: turbo run test:lib --cache-dir=.turbo
- run: turbo run build:extension --cache-dir=.turbo
- run: turbo run test:extension-unit --cache-dir=.turbo
- run: pnpm turbo run build --cache-dir=.turbo
- run: pnpm turbo run test:lib --cache-dir=.turbo
- run: pnpm turbo run build:extension --cache-dir=.turbo
- run: pnpm turbo run test:extension-unit --cache-dir=.turbo

0 comments on commit 4524a5d

Please sign in to comment.