Skip to content

Commit 721c20f

Browse files
committed
Run nixos module tests in CI
1 parent 4177ca9 commit 721c20f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
- uses: DeterminateSystems/nix-installer-action@main
2323
- uses: DeterminateSystems/magic-nix-cache-action@main
2424
- uses: DeterminateSystems/flake-checker-action@main
25-
- name: Run `nix build`
25+
- name: Build datomic-pro nix package
2626
run: nix build .#datomic-pro
27+
- name: Run NixOS module tests
28+
run: nix flake check
2729

2830
publish:
2931
needs: check

0 commit comments

Comments
 (0)