From 2b71a70abca0b27538983b1550f774c061200727 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Mon, 4 Apr 2022 20:31:52 +0200 Subject: [PATCH] build: temp re-enable Azure integration tests Signed-off-by: Hidde Beydals --- .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 532470e8f..8684c1ae3 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -54,7 +54,7 @@ jobs: version: 1.21.2 - name: Enable integration tests # Only run integration tests for main branch - if: github.ref == 'refs/heads/main' + # if: github.ref == 'refs/heads/main' run: | echo 'GO_TEST_ARGS=-tags integration' >> $GITHUB_ENV - name: Run controller tests