Skip to content

Commit

Permalink
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 Mar 3, 2022
1 parent cb81050 commit 8920396
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:
${{ runner.os }}-go-
- name: Verify
run: make verify
- name: Enable integration tests
# if: endsWith(github.ref, '/main')
run: |
echo "::setenv GO_BUILD_ARGS=-tags=integration"
- name: Run tests
run: make test
run: make test GO_BUILD_ARGS=$GO_BUILD_ARGS
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.5.0
with:
Expand Down

0 comments on commit 8920396

Please sign in to comment.