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

This commit is contained in:
Kim, Jimin 2025-06-01 19:53:18 +09:00
parent 42220607ca
commit bdddf3c84a
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -15,9 +15,11 @@ jobs:
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config:
sandbox = true
- run: nix profile install nixpkgs#devenv
- uses: rharkor/caching-for-turbo@v1.8
- run: rm -rf /homeless-shelter
- name: Run tests
shell: devenv shell bash -- -e {0}
run: |