Skip to content

Commit

Permalink
build: temp re-enable Azure integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <hello@hidde.co>
  • Loading branch information
hiddeco committed Apr 4, 2022
1 parent 2c7b8ad commit 2b71a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b71a70

Please sign in to comment.