Fix integration nix
This commit is contained in:
parent
9d4822b8c7
commit
ac5ad42474
2 changed files with 2 additions and 1 deletions
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
|
@ -27,4 +27,4 @@ jobs:
|
|||
|
||||
- name: Run Integration tests
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
run: nix develop --command "make test_integration"
|
||||
run: nix develop --command -- make test_integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue