From 30c8af91cad174296982e0a5f856f4fd87ba52a9 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Wed, 4 Dec 2024 14:05:16 +0100 Subject: [PATCH] test: only run new test --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} \