mirror of
https://github.com/andreacomo/maven-gav-extractor.git
synced 2025-06-03 09:17:56 +08:00
Fixed test
This commit is contained in:
parent
de886eb460
commit
761853bf28
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -21,8 +21,8 @@ jobs:
|
||||
run: |
|
||||
wget https://raw.github.com/lehmannro/assert.sh/v1.1/assert.sh
|
||||
. assert.sh
|
||||
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.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_end tests
|
||||
shell: bash
|
Loading…
x
Reference in New Issue
Block a user