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