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 af01e21 commit df19731Copy full SHA for df19731
.github/workflows/mavenCi.yml
@@ -52,23 +52,9 @@ jobs:
52
-Dsonar.qualitygate.wait=true
53
54
55
- build_and_upload:
56
- #needs: analyze
57
- runs-on: ubuntu-latest
58
-
+ upload:
+ needs: build
59
steps:
60
- - uses: actions/checkout@v3
61
- - name: Set up JDK 1.8
62
- uses: actions/setup-java@v3
63
- with:
64
- java-version: '8'
65
- distribution: 'corretto'
66
- cache: maven
67
- - name: Build
68
- run: |
69
- mvn package -B clean verify
70
71
72
- name: Upload Build Artifact
73
uses: actions/upload-artifact@v3
74
with:
0 commit comments