Testing expected name

This commit is contained in:
Andrea Como 2022-09-26 22:28:44 +02:00
parent 6b41e84bb9
commit 857b725638

View File

@ -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