Nixify integration test
This commit is contained in:
parent
d43fec7f96
commit
466d03d574
|
@ -30,4 +30,4 @@ jobs:
|
|||
|
||||
- name: Run Integration tests
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
run: make test_integration
|
||||
run: nix develop --command "make test_integration"
|
||||
|
|
Loading…
Reference in New Issue