Skip to content

Commit

Permalink
chore: update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
louischarnay committed Feb 6, 2024
1 parent 92de476 commit 6dd1c1a
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 @@ -23,7 +23,7 @@ jobs:

#finally build your app with the latest command
- name: Build and test simple-api-student with Maven
run: mvn clean verify ../../TP01/simple-api-student-main/pom.xml
run: cd TP01/simple-api-student-main && mvn clean verify

- name: Build and test simple-api with Maven
run: mvn clean verify ../../TP01/simpleapi/pom.xml
run: cd TP01/simpleapi && mvn clean verify

0 comments on commit 6dd1c1a

Please sign in to comment.