diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cc9473115..24c8db13c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -75,7 +75,7 @@ jobs: run: | nix build .#scripts.get-logs nix run .#scripts.get-logs start workspace/e2e.namespace & - nix shell -L .#contrast.e2e --command ${{ inputs.test-name }}.test -test.v \ + nix shell -L .#contrast.e2e --command ${{ inputs.test-name }}.test -test.v -run=TestDeterminsticPolicyGeneration \ --image-replacements workspace/just.containerlookup \ --namespace-file workspace/e2e.namespace \ --platform ${{ inputs.platform }} \