Skip to content

Commit

Permalink
Change workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlvp committed Apr 21, 2024
1 parent 3b52414 commit ecd3419
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 13
- name: Execute tests and compute coverage
run: mvn clean test

0 comments on commit ecd3419

Please sign in to comment.