Skip to content

Commit

Permalink
Temporary change to help populate cw-n's cache
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed May 8, 2024
1 parent 51b8191 commit 39aa0c4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-and-cache-on-bigubuntu:
runs-on:
runs-on:
group: bigrunner
timeout-minutes: 740
strategy:
Expand Down Expand Up @@ -38,12 +38,15 @@ jobs:

- name: Build and cache artifacts
run: |
echo Use the bigrunner to populate cw-n's cache
nix build github:kadena-io/chainweb-node/37ee37e4ef95557038a416a643a840690d6673df
echo Building the project and its devShell
nix build .#check --log-lines 500 --show-trace
echo Build the recursive output
nix build .#recursive.allDerivations --log-lines 500 --show-trace
- name: Verify pact binary
run: |
echo Validating pact version
Expand Down Expand Up @@ -89,4 +92,4 @@ jobs:
run: |
echo Validating pact version
nix run pact --version

0 comments on commit 39aa0c4

Please sign in to comment.