Skip to content

Commit

Permalink
Merge pull request #205 from yfyf/make-e2e-tests-use-magic-cache
Browse files Browse the repository at this point in the history
Enable read-only usage of magic-nix-cache in e2e tests
  • Loading branch information
knuton authored Nov 20, 2024
2 parents 4869d63 + adce3a9 commit 4facb4a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:
extra_nix_config: |
system-features = nixos-test benchmark big-parallel kvm
- uses: DeterminateSystems/magic-nix-cache-action@v8
with:
# disables _uploading_ to GHA cache - necessary because
# the cache has a quota of 10 GB, while the built disk
# is ~7GB
use-gha-cache: false
- name: Make magic-nix-cache read-only by removing post-build-hook
run: sed -i '/post-build-hook = magic-nix-cache-build-hook/d' $HOME/.config/nix/nix.conf
- run: ./build test-e2e

0 comments on commit 4facb4a

Please sign in to comment.