mirror of
https://github.com/andreacomo/maven-gav-extractor.git
synced 2026-02-04 08:45:52 +08:00
Assert on name extracted
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -24,5 +24,6 @@ jobs:
|
|||||||
assert "echo ${{ steps.extract.outputs.group-id }}" "com.codingjam"
|
assert "echo ${{ steps.extract.outputs.group-id }}" "com.codingjam"
|
||||||
assert "echo ${{ steps.extract.outputs.artifact-id }}" "github-action-poc"
|
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.version }}" "1.0.0-SNAPSHOT"
|
||||||
|
assert "echo ${{ steps.extract.outputs.name }}" ""
|
||||||
assert_end tests
|
assert_end tests
|
||||||
shell: bash
|
shell: bash
|
||||||
Reference in New Issue
Block a user