chore: don't run build before tests

This commit is contained in:
Balázs Orbán
2022-12-23 03:09:39 +01:00
parent 1387445600
commit b57dea40e2

View File

@@ -29,8 +29,6 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Run tests
run: pnpm test
env: