diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 83e57e8c..1ff12238 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -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"