Nixify integration test
This commit is contained in:
parent
d43fec7f96
commit
466d03d574
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
|
@ -30,4 +30,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: make test_integration
|
run: nix develop --command "make test_integration"
|
||||||
|
|
Loading…
Reference in a new issue