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

This commit is contained in:
Kim, Jimin 2025-06-01 20:55:11 +09:00
parent 7423d89a7e
commit df6f471d10
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

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