Skip to content

Commit c8f22b4

Browse files
committed
Enable Azure integration tests
Signed-off-by: Hidde Beydals <[email protected]>
1 parent cb81050 commit c8f22b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
${{ runner.os }}-go-
3030
- name: Verify
3131
run: make verify
32+
- name: Enable integration tests
33+
# if: endsWith(github.ref, '/main')
34+
run: |
35+
echo "GO_BUILD_ARGS=-tags=integration" >> $GITHUB_ENV
3236
- name: Run tests
3337
run: make test
3438
- name: Setup Kubernetes

0 commit comments

Comments
 (0)