Skip to content

Commit

Permalink
more self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Sep 10, 2024
1 parent 0585f2d commit 71e1bc4
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/network-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 71e1bc4

Please sign in to comment.