Fix integration nix
This commit is contained in:
parent
9d4822b8c7
commit
ac5ad42474
|
@ -27,4 +27,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run Integration tests
|
- name: Run Integration tests
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
run: nix develop --command "make test_integration"
|
run: nix develop --command -- make test_integration
|
||||||
|
|
Loading…
Reference in New Issue