Assert on name extracted

This commit is contained in:
Andrea Como 2022-09-26 22:25:59 +02:00
parent bcdce682dc
commit 6b41e84bb9

View File

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