mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-15 00:00:12 +08:00
add checkout to test action
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
|
||||
- uses: ./
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
|
||||
Reference in New Issue
Block a user