mirror of
https://github.com/andreacomo/maven-gav-extractor.git
synced 2026-02-04 16:55:51 +08:00
Let it fail
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -8,10 +8,6 @@ jobs:
|
|||||||
name: Should extract GAV
|
name: Should extract GAV
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 11
|
|
||||||
uses: actions/setup-java@v1
|
|
||||||
with:
|
|
||||||
java-version: 11
|
|
||||||
- name: Extract GAV
|
- name: Extract GAV
|
||||||
id: extract
|
id: extract
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|||||||
Reference in New Issue
Block a user