fix: use correct test command in GitHub Actions workflow
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user