Skip to content

Commit df19731

Browse files
ddamkeddamke
authored andcommitted
try build_and_upload now without build
1 parent af01e21 commit df19731

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/mavenCi.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,9 @@ jobs:
5252
-Dsonar.qualitygate.wait=true
5353

5454

55-
build_and_upload:
56-
#needs: analyze
57-
runs-on: ubuntu-latest
58-
55+
upload:
56+
needs: build
5957
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-
7258
- name: Upload Build Artifact
7359
uses: actions/upload-artifact@v3
7460
with:

0 commit comments

Comments
 (0)