We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d16a62 + ebffd01 commit af6bd88Copy full SHA for af6bd88
.github/workflows/master-snapshot-release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run unit tests
25
run: mvn -B test -P no-integration-tests --file pom.xml
26
- name: Set up Minikube
27
- uses: manusa/actions-setup-minikube@v2.0.1
+ uses: manusa/actions-setup-minikube@v2.3.0
28
with:
29
minikube version: 'v1.15.1'
30
kubernetes version: ${{ matrix.kubernetes }}
.github/workflows/pr.yml
@@ -26,7 +26,7 @@ jobs:
31
32
0 commit comments