Compare commits
1 Commits
d70d1872c9
...
2c0b5b7dcf
Author | SHA1 | Date | |
---|---|---|---|
2c0b5b7dcf |
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:
|
||||||
- name: Checkout repository
|
- uses: RouxAntoine/checkout@v3.5.4
|
||||||
uses: https://antoine-roux.tk/projects/actions/checkout@v3.5.4
|
|
||||||
|
|
||||||
- name: Setup java
|
- uses: actions/setup-java@v4
|
||||||
uses: https://antoine-roux.tk/projects/actions/setup-java@v1.1.0
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: '21'
|
||||||
|
|
||||||
- name: Run test suite
|
- run: ./mvnw verify
|
||||||
run: ./mvnw verify
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user