Skip to content

Commit

Permalink
ci: test jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonDumestre committed Feb 6, 2024
1 parent ba74383 commit 81ed304
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
needs: install
runs-on: ubuntu-22.04
steps:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
architecture: x64

- name: Build and test with Maven
run: cd TP1/backend && mvn clean verify

Expand Down

0 comments on commit 81ed304

Please sign in to comment.