ci: fix failing tests
All checks were successful
Test / Test (push) Successful in 57s

This commit is contained in:
Kim, Jimin 2025-06-01 19:45:05 +09:00
parent 0691a7e2c7
commit 6becb5f96f
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -17,10 +17,11 @@ jobs:
- uses: cachix/install-nix-action@v31
- run: nix profile install nixpkgs#devenv
- uses: rharkor/caching-for-turbo@v1.8
- run: |
export HOME=$(mktemp -d)
devenv shell pnpm install
devenv shell pnpm lint
devenv shell pnpm build
devenv shell pnpm test:unit
devenv shell pnpm test:e2e
- name: Run tests
shell: rm -rf /homeless-shelter && devenv shell bash -- -e {0}
run: |
pnpm install
pnpm lint
pnpm build
pnpm test:unit
pnpm test:e2e