Skip to content

Commit

Permalink
Add nix build CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-k committed Nov 20, 2023
1 parent 412371f commit a11f83f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ jobs:
- name: Build image
run: |
docker buildx build --platform linux/amd64 --file ci/e2e.dockerfile .
nix-build:
name: Run nix-build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build
- run: nix flake check
build:
name: Build and check
strategy:
Expand Down

0 comments on commit a11f83f

Please sign in to comment.