chore: fix test in workflow
This commit is contained in:
parent
5b8c8d9ecd
commit
5eeadbe38e
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@ -158,7 +158,8 @@ jobs:
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
|
||||
- run: pnpm test
|
||||
- name: Production Tests
|
||||
run: pnpm test
|
||||
env:
|
||||
PREBUILDS_ONLY: 1
|
||||
|
||||
@ -197,7 +198,8 @@ jobs:
|
||||
path: prebuilds
|
||||
merge-multiple: true
|
||||
|
||||
- run: pnpm test (profiling)
|
||||
- name: Profiling build tests
|
||||
run: pnpm test
|
||||
env:
|
||||
PREBUILDS_ONLY: 1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user