Skip to content

Commit

Permalink
correct some mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
waelantar committed Oct 22, 2024
1 parent 91d6075 commit 431e189
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pipeline-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
java-version: 17
distribution: 'corretto'
- name: Make Maven Wrapper executable
run: chmod +x ./mvnw
run: chmod +x SocialBooksAppBackend/mvnw
- name: Running unit Tests
run: |
cd SocialBooksAppBackend
Expand All @@ -66,9 +66,7 @@ jobs:
java-version: 17
distribution: 'corretto'
- name: Make Maven Wrapper executable
run: |
cd SocialBooksAppBackend
chmod +x ./mvnw
run: chmod +x SocialBooksAppBackend/mvnw
- name: Build project
run: |
cd SocialBooksAppBackend
Expand All @@ -89,9 +87,7 @@ jobs:
java-version: 17
distribution: 'corretto'
- name: Make Maven Wrapper executable
run: |
cd SocialBooksAppBackend
chmod +x ./mvnw
run: chmod +x SocialBooksAppBackend/mvnw
- name: Extract project version
id: extract_version
run: |
Expand Down

0 comments on commit 431e189

Please sign in to comment.