Skip to content

Commit

Permalink
fix main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonDumestre committed Feb 6, 2024
1 parent c9197d5 commit a529815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit a529815

Please sign in to comment.