From 71e1bc43e2dde7766c4db9c60e1ea16c22aed87d Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Tue, 10 Sep 2024 12:40:27 +0000 Subject: [PATCH] more self-hosted --- .github/workflows/network-test.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/network-test.yaml b/.github/workflows/network-test.yaml index 3f52baa2055..0b30c93ee65 100644 --- a/.github/workflows/network-test.yaml +++ b/.github/workflows/network-test.yaml @@ -16,7 +16,7 @@ on: jobs: network-test: - runs-on: ubuntu-latest + runs-on: [self-hosted, nixos] strategy: matrix: # Note: At present we can only run for 3 peers; to configure this for @@ -32,19 +32,6 @@ jobs: with: submodules: true - - name: ❄ Prepare nix - uses: cachix/install-nix-action@V27 - with: - extra_nix_config: | - accept-flake-config = true - log-lines = 1000 - - - name: ❄ Cachix cache of nix derivations - uses: cachix/cachix-action@v15 - with: - name: cardano-scaling - authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}' - - name: Set up and use the "ci" devShell uses: nicknovitski/nix-develop@v1 with: