From 6b41e84bb9a49e343a2866adafadcdc8c2da4cf7 Mon Sep 17 00:00:00 2001 From: Andrea Como Date: Mon, 26 Sep 2022 22:25:59 +0200 Subject: [PATCH] Assert on name extracted --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6da2a6c..993eeef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,5 +24,6 @@ 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 "echo ${{ steps.extract.outputs.name }}" "" assert_end tests shell: bash \ No newline at end of file