diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 993eeef..b67ddd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +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 "echo ${{ steps.extract.outputs.name }}" "github-action-poc" assert_end tests shell: bash \ No newline at end of file