We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b6b66 commit da7e893Copy full SHA for da7e893
1 file changed
.github/workflows/ci.yml
@@ -10,13 +10,14 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
15
- name: Set up JDK 11
16
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
17
with:
18
java-version: '11'
19
distribution: 'temurin'
20
+ cache: 'maven'
21
22
- name: Run tests
- run: mvn compile && mvn test
23
+ run: mvn compile test
0 commit comments