Skip to content

Commit

Permalink
Sistemate cartelle per l'action di github
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-sanesi authored Sep 21, 2024
1 parent 656df85 commit 4f8708f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build Product with Maven
run: mvn -B package --file product_service/pom.xml
working-directory: product_service
run: mvn -B package

- name: Build Order with Maven
run: mvn -B package --file order_service/pom.xml
working-directory: order_service
run: mvn -B package

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down

0 comments on commit 4f8708f

Please sign in to comment.