Skip to content

Commit

Permalink
Add nix build CI action
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k committed Nov 20, 2023
1 parent 5679c01 commit 5b3b2d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ jobs:
run: |
docker buildx build --platform linux/amd64 --file ci/e2e.dockerfile .
nix-build:
name: Run nix-build
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest
- os: macos-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix flake check
- run: nix build

build:
name: Build and check
strategy:
Expand Down

0 comments on commit 5b3b2d5

Please sign in to comment.