From f3ddd2040684bb1077fc0ec4314c6c9d2e8a8be8 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Wed, 4 Dec 2024 16:54:54 +0100 Subject: [PATCH] Revert "test only new test" This reverts commit 4ffc636c356e2d55985c6910223bd3f7ad74d2c7. --- .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 1bac9436f..cc9473115 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 }} \