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 197d6ea commit 9928f63Copy full SHA for 9928f63
.github/workflows/integration-tests.yml
@@ -44,7 +44,7 @@ jobs:
44
minikube version: 'v1.35.0'
45
kubernetes version: '${{ inputs.kube-version }}'
46
github token: ${{ github.token }}
47
-
+
48
- name: "${{inputs.it-category}} integration tests (kube: ${{ inputs.kube-version }} / java: ${{ inputs.java-version }} / client: ${{ inputs.http-client }})"
49
run: |
50
if [ -z "${{inputs.it-category}}" ]; then
0 commit comments