ci: fix failing tests
Some checks failed
Test / Test (push) Has been cancelled

This commit is contained in:
Kim, Jimin 2025-06-01 15:18:08 +09:00
parent 447af31139
commit 0056784e6e
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -17,8 +17,9 @@ jobs:
- uses: cachix/install-nix-action@v31
- run: nix profile install nixpkgs#devenv
- uses: rharkor/caching-for-turbo@v1.8
- run: devenv shell pnpm install
- run: devenv shell pnpm lint
- run: devenv shell pnpm build
- run: devenv shell pnpm test:unit
- run: devenv shell pnpm test:e2e
# https://github.com/NixOS/nixpkgs/issues/16144#issuecomment-225422439
- run: HOME=$TMP devenv shell pnpm install
- run: HOME=$TMP devenv shell pnpm lint
- run: HOME=$TMP devenv shell pnpm build
- run: HOME=$TMP devenv shell pnpm test:unit
- run: HOME=$TMP devenv shell pnpm test:e2e