ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 1m20s

This commit is contained in:
Kim, Jimin 2025-06-01 20:52:30 +09:00
parent 079aa88e88
commit 7423d89a7e
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -21,7 +21,7 @@ jobs:
- run: nix --option sandbox false profile install nixpkgs#devenv
- uses: rharkor/caching-for-turbo@v1.8
- name: Run tests
shell: devenv shell bash -- -e {0}
shell: HOME=$(mktemp -d) devenv shell bash -- -e {0} # https://stackoverflow.com/a/78185023/12979111
run: |
pnpm install
pnpm lint