ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 3h3m26s

This commit is contained in:
Kim, Jimin 2025-06-02 09:59:30 +09:00
parent 616bd1e577
commit 88fd16174f
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -22,7 +22,14 @@ jobs:
- uses: rharkor/caching-for-turbo@v1.8
- name: Run tests
run: |
export HOME=$(mktemp -d) # https://stackoverflow.com/a/78185023/12979111
# https://stackoverflow.com/a/78185023/12979111
export HOME=$(mktemp -d)
# https://github.com/NixOS/nix/issues/670#issuecomment-304524165
export NIX_STORE_DIR=$HOME/nix/store
export NIX_STATE_DIR=$HOME/nix/var/nix
export NIX_LOG_DIR=$HOME/nix/var/log/nix
devenv shell pnpm install
devenv shell pnpm lint
devenv shell pnpm build