mirror of
https://github.com/andreacomo/maven-gav-extractor.git
synced 2025-06-05 02:07:55 +08:00
Echoing in test
This commit is contained in:
parent
4eb059065c
commit
d79c662fd0
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -15,6 +15,11 @@ jobs:
|
|||||||
pom-location: ${{ github.workspace }}/.github/test-resources/pom.xml
|
pom-location: ${{ github.workspace }}/.github/test-resources/pom.xml
|
||||||
- name: Assert extracted GAV
|
- name: Assert extracted GAV
|
||||||
run: |
|
run: |
|
||||||
|
echo ${{ steps.extract.outputs.group-id }}
|
||||||
|
echo ${{ steps.extract.outputs.artifact-id }}
|
||||||
|
echo ${{ steps.extract.outputs.version }}
|
||||||
|
echo ${{ steps.extract.outputs.name }}
|
||||||
|
|
||||||
wget https://raw.github.com/lehmannro/assert.sh/v1.1/assert.sh
|
wget https://raw.github.com/lehmannro/assert.sh/v1.1/assert.sh
|
||||||
. assert.sh
|
. assert.sh
|
||||||
assert "echo ${{ steps.extract.outputs.group-id }}" "com.codingjam"
|
assert "echo ${{ steps.extract.outputs.group-id }}" "com.codingjam"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user