mirror of
https://github.com/andreacomo/maven-gav-extractor.git
synced 2025-06-03 09:17:56 +08:00
Testing expected name
This commit is contained in:
parent
6b41e84bb9
commit
857b725638
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user