Skip to content

Commit 197d6ea

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent d27c954 commit 197d6ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/e2e-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
with:
3535
minikube version: v1.35.0
3636
kubernetes version: v1.33.0
37-
github token: ${{ github.GITHUB_TOKEN }}
38-
start args: '--force'
39-
37+
github token: ${{ secrets.GITHUB_TOKEN }}
38+
driver: docker
39+
4040
- name: Set up Java and Maven
4141
uses: actions/setup-java@v4
4242
with:

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
minikube version: 'v1.35.0'
4545
kubernetes version: '${{ inputs.kube-version }}'
4646
github token: ${{ github.token }}
47+
4748
- name: "${{inputs.it-category}} integration tests (kube: ${{ inputs.kube-version }} / java: ${{ inputs.java-version }} / client: ${{ inputs.http-client }})"
4849
run: |
4950
if [ -z "${{inputs.it-category}}" ]; then

0 commit comments

Comments
 (0)