Skip to content

Commit 8920396

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ 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 "::setenv GO_BUILD_ARGS=-tags=integration"
3236
- name: Run tests
33-
run: make test
37+
run: make test GO_BUILD_ARGS=$GO_BUILD_ARGS
3438
- name: Setup Kubernetes
3539
uses: engineerd/[email protected]
3640
with:

0 commit comments

Comments
 (0)