diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5a925479..c271f45da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,7 @@ jobs: ${{ github.workspace }}/coverage/target/site/jacoco-aggregate/jacoco.xml ${{ github.workspace }}/notification-service/target/*.jar ${{ github.workspace }}/workflow-service/target/*.jar + ${{ github.workspace }}/workflow-examples/target/*.jar - name: Save Maven cache uses: skjolber/maven-cache-github-action@v1