Skip to content

Commit 8679573

Browse files
committed
GH-110 - Simplify CI build.
1 parent 6249cba commit 8679573

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
java-version: 23
2424
cache: 'maven'
2525

26-
- name: Build with Maven
27-
run: ./mvnw -B clean verify
28-
29-
- name: Deploy to Artifactory
26+
- name: Build and deploy to Artifactory
3027
env:
3128
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
3229
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}

0 commit comments

Comments
 (0)