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