Skip to content

Commit

Permalink
Run NixOS tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
welteki committed Dec 16, 2023
1 parent 0882b4c commit 706959e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
.#queue-worker-image \
.#nats-image \
.#prometheus-image
- name: Check flake
run: nix flake check -L --accept-flake-config
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
name: welteki
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: true
- name: Check flake
run: nix flake check -L --accept-flake-config
- name: Build faasd 🔧
run: |
nix build -L .#faasd
Expand Down

0 comments on commit 706959e

Please sign in to comment.