Skip to content

Commit

Permalink
tmp: try telepresence without the silly key
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Dec 6, 2023
1 parent 799c8ed commit 6802f6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ jobs:
with:
go-version-file: go.mod

- name: Install Telepresence
uses: datawire/telepresence-actions/install@v1
- name: Install Traffic Manager
uses: datawire/telepresence-actions/helm@v1
- name: Telepresence connect
uses: datawire/telepresence-actions/connect@v1

- name: run ${{ matrix.name }}
run: make test.integration.${{ matrix.test }}
env:
Expand Down

0 comments on commit 6802f6c

Please sign in to comment.