Skip to content

Commit

Permalink
update CI to include submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed May 17, 2024
1 parent 3e6615c commit 8fbd225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build and cache artifacts
run: |
echo Building the project and its devShell
nix build .#check --log-lines 500 --show-trace
nix build .?submodules=1#check --log-lines 500 --show-trace
echo Build the bundle
nix build .#pact-binary-bundle --log-lines 500 --show-trace --out-link pact-binary-bundle
Expand Down

0 comments on commit 8fbd225

Please sign in to comment.