diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1bac9436fd..cc94731154 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.run TestDeterminsticPolicyGeneration -test.v \ + nix shell -L .#contrast.e2e --command ${{ inputs.test-name }}.test -test.v \ --image-replacements workspace/just.containerlookup \ --namespace-file workspace/e2e.namespace \ --platform ${{ inputs.platform }} \