Skip to content

Commit

Permalink
Update nix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Aug 29, 2023
1 parent 580ed02 commit 6a47005
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@ name: Build and cache with Nix
on:
workflow_dispatch:
push:
paths-ignore:
- '.github/**'


jobs:
build-and-cache:
runs-on: ${{ matrix.os }}
timeout-minutes: 740
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, mac-m1]
os: [ubuntu-latest, macos-latest, mac-m1]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -33,9 +31,8 @@ jobs:

- name: Give root user AWS credentials
uses: kadena-io/setup-nix-with-cache/copy-root-aws-credentials@v3

- name: Build and cache artifacts
timeout-minutes: 740
run: |
echo Building the project and its devShell
nix build .#check --log-lines 500 --show-trace

0 comments on commit 6a47005

Please sign in to comment.