We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fa257 commit d5d8107Copy full SHA for d5d8107
2 files changed
.github/workflows/master-2.yml
@@ -26,8 +26,6 @@ jobs:
26
27
- name: Build/Test & SonarCloud Scan
28
run: mvn -B clean verify -Pcoverage,sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
29
- env:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
32
build-test:
33
name: Build & Test - JDK ${{ matrix.java }} on ${{ matrix.os }}
.github/workflows/master.yml
0 commit comments