We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb81050 commit c8f22b4Copy full SHA for c8f22b4
1 file changed
.github/workflows/e2e.yaml
@@ -29,6 +29,10 @@ jobs:
29
${{ runner.os }}-go-
30
- name: Verify
31
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
36
- name: Run tests
37
run: make test
38
- name: Setup Kubernetes
0 commit comments