We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4177ca9 commit 721c20fCopy full SHA for 721c20f
.github/workflows/ci.yml
@@ -22,8 +22,10 @@ jobs:
22
- uses: DeterminateSystems/nix-installer-action@main
23
- uses: DeterminateSystems/magic-nix-cache-action@main
24
- uses: DeterminateSystems/flake-checker-action@main
25
- - name: Run `nix build`
+ - name: Build datomic-pro nix package
26
run: nix build .#datomic-pro
27
+ - name: Run NixOS module tests
28
+ run: nix flake check
29
30
publish:
31
needs: check
0 commit comments