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