Compare commits
1 Commits
2c0b5b7dcf
...
d70d1872c9
Author | SHA1 | Date | |
---|---|---|---|
d70d1872c9 |
12
.github/workflows/pull-request.yaml
vendored
12
.github/workflows/pull-request.yaml
vendored
@ -7,11 +7,11 @@ jobs:
|
||||
build:
|
||||
runs-on: runner
|
||||
steps:
|
||||
- uses: RouxAntoine/checkout@v3.5.4
|
||||
- name: Checkout repository
|
||||
uses: https://antoine-roux.tk/projects/actions/checkout@v3.5.4
|
||||
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
- name: Setup java
|
||||
uses: https://antoine-roux.tk/projects/actions/setup-java@v1.1.0
|
||||
|
||||
- run: ./mvnw verify
|
||||
- name: Run test suite
|
||||
run: ./mvnw verify
|
||||
|
Loading…
x
Reference in New Issue
Block a user