mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-19 00:00:30 +08:00
fix test syntax
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
maven-version: ${{ matrix.maven }}
|
maven-version: ${{ matrix.maven }}
|
||||||
|
|
||||||
run: mvn -v
|
- run: mvn -v
|
||||||
|
|||||||
Reference in New Issue
Block a user