Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
encouver authored Jul 12, 2024
1 parent e998db7 commit 1ca3514
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,15 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'

- name: Install Maven
run: |
sudo apt-get update
sudo apt-get install -y maven
- name: Build Spring Boot Application
- name: Build with Maven
run: |
./mvnw clean install
mvn clean install
- name: Install and Build React Application
run: |
Expand Down

0 comments on commit 1ca3514

Please sign in to comment.