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:
|
build:
|
||||||
runs-on: runner
|
runs-on: runner
|
||||||
steps:
|
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
|
- name: Setup java
|
||||||
with:
|
uses: https://antoine-roux.tk/projects/actions/setup-java@v1.1.0
|
||||||
distribution: 'temurin'
|
|
||||||
java-version: '21'
|
|
||||||
|
|
||||||
- run: ./mvnw verify
|
- name: Run test suite
|
||||||
|
run: ./mvnw verify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user