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.
1 parent 7ed2853 commit dbcb8acCopy full SHA for dbcb8ac
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up JDK
24
uses: actions/setup-java@v1
25
with:
26
- java-version:
+ java-version: ${{ matrix.java }}
27
- name: Run unit tests
28
run: mvn -B test -P no-integration-tests --file pom.xml
29
- name: Set up Minikube
0 commit comments