This commit is contained in:
parent
6eb9129e9b
commit
b91283c21c
1 changed files with 4 additions and 2 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue