diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 48aa460..bb75865 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -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