Skip to content

Commit af01e21

Browse files
ddamkeddamke
authored andcommitted
build_and_upload now runs parrallel for testing
1 parent 0bcdc3f commit af01e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mavenCi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454

5555
build_and_upload:
56-
needs: analyze
56+
#needs: analyze
5757
runs-on: ubuntu-latest
5858

5959
steps:
@@ -73,5 +73,5 @@ jobs:
7373
uses: actions/upload-artifact@v3
7474
with:
7575
# Artifact name
76-
name: ${version}
76+
name: KeepTime
7777
path: /home/runner/work/KeepTime/KeepTime/target/

0 commit comments

Comments
 (0)