fix: use correct test command in GitHub Actions workflow
This commit is contained in:
parent
18e2aa9b59
commit
6483e285d4
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm test:run
|
||||
run: pnpm test
|
||||
|
||||
build-and-push:
|
||||
needs: test
|
||||
|
|
|
|||
Loading…
Reference in New Issue