From 453dc4c802a372d322a754ac4b6255bc1e87999d Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Thu, 12 Sep 2024 11:17:20 +0200 Subject: [PATCH] e2e not combined --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f33d3ab15ff..191108de0e3 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -117,7 +117,7 @@ jobs: - name: Run Gateway Tests id: ci-tests run: | - task test:e2e-combined args="-race -timeout=15m" + task test:e2e args="-race -timeout=15m" task test:coverage # golangci-lint actions *require* issues-exit-code=0 to pass data along to sonarcloud