Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jperezsa2020 authored Jan 23, 2025
1 parent 3c19798 commit d7773f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
- name: Build and Run Angular Frontend
run: |
cd ./frontend
npm ci
echo ok
npm install
echo ok2
run build --prod
echo ok3
nohup ng serve --proxy-config proxy.conf.json
- name: Run Spring Boot tests
Expand Down

0 comments on commit d7773f8

Please sign in to comment.