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}}