mirror of
https://github.com/andreacomo/maven-gav-extractor.git
synced 2026-02-04 16:55:51 +08:00
Using actions in test
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
java-version: 11
|
||||
- name: Extract GAV
|
||||
id: extract
|
||||
uses: andreacomo/maven-gav-extractor@master
|
||||
uses: actions/maven-gav-extractor@master
|
||||
with:
|
||||
pom-location: ${{ github.workspace }}/.github/test-resources/pom.xml
|
||||
- name: Assert extracted GAV
|
||||
|
||||
Reference in New Issue
Block a user