ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 58s

This commit is contained in:
Kim, Jimin 2025-06-01 20:20:37 +09:00
parent 6eb9129e9b
commit b91283c21c
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -16,10 +16,12 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config:
sandbox = false # https://github.com/NixOS/nix/issues/11295#issue-2465024678
extra_nix_config: | # https://github.com/NixOS/nix/issues/11295
sandbox = true
- run: nix profile install nixpkgs#devenv
- uses: rharkor/caching-for-turbo@v1.8
- run: ls -lah /homeless-shelter
- run: rm -rf /homeless-shelter
- name: Run tests
shell: devenv shell bash -- -e {0}
run: |