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 Mar 31, 2023
1 parent b99830f commit 386bfec
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,21 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17

- uses: actions/download-artifact@v1
with:
name: libraries-notification-package
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

- uses: actions/download-artifact@v1
with:
name: libraries-notification-package
path: ./custom-notification-connector
- name: Install Notification Library
run: mvn install:install-file -Dfile=./notification-jar-with-dependencies.jar -DgroupId=de.weinbrecht.luc.bpm.architecture -DartifactId=notification -Dversion=1.0.0 -Dpackaging=jar

- name: Maven Package
run: mvn clean package
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 386bfec

Please sign in to comment.