Skip to content

Commit

Permalink
fixed connector build job
Browse files Browse the repository at this point in the history
  • Loading branch information
lwluc committed Apr 12, 2023
1 parent c3ccd85 commit cc60673
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ jobs:
path: ./custom-notification-connector
- name: Install Notification Library
run: mvn install:install-file -Dfile=./notification-spring-boot-starter-jar-with-dependencies.jar -DgroupId=de.weinbrecht.luc.bpm.architecture -DartifactId=notification-spring-boot-starter -Dversion=1.0.0 -Dpackaging=jar
- uses: actions/download-artifact@v1
with:
name: test-utils-package
path: ./custom-notification-connector
- name: Install Test Utils
run: mvn install:install-file -Dfile=./test-utils.jar -DgroupId=de.weinbrecht.luc.bpm.architecture -DartifactId=test-utils -Dversion=1.1.0 -Dpackaging=jar
- name: Maven Package
run: mvn clean package
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit cc60673

Please sign in to comment.