fix: use correct test command in GitHub Actions workflow

This commit is contained in:
Thomas Hallock
2025-09-27 09:28:46 -05:00
parent 18e2aa9b59
commit 6483e285d4

View File

@@ -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