Skip to content

Commit

Permalink
pass TEST_KUBECONFIG as env
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 15, 2024
1 parent ae14000 commit 570907f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:

- name: Run the e2e testcase
run: make test-e2e-${{ matrix.testcase }}
env:
TEST_KUBECONFIG: ${{ secrets.TEST_KUBECONFIG }}

e2e-engines:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 570907f

Please sign in to comment.