From de886eb460ab28f81357ad35e1bbaddbdc95e16a Mon Sep 17 00:00:00 2001 From: acomo Date: Sat, 20 Feb 2021 22:30:34 +0100 Subject: [PATCH] Added tests closure --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9168ce6..d8c2384 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,4 +24,5 @@ jobs: assert echo "${{ steps.extract.outputs.group-id }}" "com.codingjam" assert echo "${{ steps.extract.outputs.artifact-id }}" "github-action-poc" assert echo "${{ steps.extract.outputs.version }}" "1.0.0-SNAPSHOT" + assert_end tests shell: bash \ No newline at end of file