From d92070e641ccc53af0cf95198cac3818755445dd Mon Sep 17 00:00:00 2001 From: Alex Castilio dos Santos Date: Tue, 12 Nov 2024 11:07:40 +0000 Subject: [PATCH] fix e2e execution call Signed-off-by: Alex Castilio dos Santos --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 5c92f7474f..5813ce1c12 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -42,4 +42,4 @@ jobs: shell: bash run: | set -euo pipefail - go test -v ./test/e2e/*.go -timeout 30m -tags=e2e -count=1 -args -image-tag=$(make version) -image-registry=${{vars.ACR_NAME}} -image-namespace=${{github.repository}} + go test -v ./test/e2e/... -timeout 30m -tags=e2e -count=1 -args -image-tag=$(make version) -image-registry=${{vars.ACR_NAME}} -image-namespace=${{github.repository}}