ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 6m5s

This commit is contained in:
Kim, Jimin 2025-06-01 19:46:53 +09:00
parent 6becb5f96f
commit 42220607ca
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: rm -rf /homeless-shelter
- name: Run tests
shell: rm -rf /homeless-shelter && devenv shell bash -- -e {0}
shell: devenv shell bash -- -e {0}
run: |
pnpm install
pnpm lint