mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-15 00:00:12 +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 }}
|
||||
|
||||
steps:
|
||||
uses: ./
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
maven-version: ${{ matrix.maven }}
|
||||
- uses: ./
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
maven-version: ${{ matrix.maven }}
|
||||
|
||||
run: mvn -v
|
||||
- run: mvn -v
|
||||
|
||||
Reference in New Issue
Block a user