Skip to content

Commit

Permalink
diasble nix sandbox for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Jan 27, 2024
1 parent 728f29e commit 93fc390
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
# - name: Set Nix cache on GH Actions
# uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Set Nix cache on GH Actions
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
- name: Build Nix package
run: nix flake check
# Disable sandbox because some tests need access to internet
run: nix flake check --option sandbox false

0 comments on commit 93fc390

Please sign in to comment.