-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9197d5
commit a529815
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
needs: install | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout repository | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
|
||
- name: Set up JDK 17 | ||
|
@@ -33,7 +33,7 @@ jobs: | |
java-version: 17 | ||
distribution: 'temurin' | ||
architecture: x64 | ||
|
||
- name: Build and test with Maven | ||
run: cd TP1/backend && mvn clean verify | ||
|
||
|