From 2586da79022349483a85a7dd69acedde9bc9f310 Mon Sep 17 00:00:00 2001 From: Moti Asayag Date: Tue, 21 Mar 2023 16:56:47 +0200 Subject: [PATCH] Upload workflow-examples jar to artifacts Signed-off-by: Moti Asayag --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) 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