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 62a2abf commit 9d26abcCopy full SHA for 9d26abc
.github/workflows/build-and-deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Java
39
uses: actions/setup-java@v3
40
with:
41
- java-version: '17'
+ java-version: ${{ matrix.java-version }}
42
distribution: adopt
43
- name: Run quality assurance and test with coverage
44
run: ./gradlew clean check
@@ -107,6 +107,7 @@ jobs:
107
success:
108
runs-on: ubuntu-latest
109
needs:
110
+ - validation
111
- build
112
- release-and-delivery
113
- documentation-deploy
0 commit comments