Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kavicastelo authored Apr 23, 2024
1 parent 4eaf43a commit c544f9e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
npm install --force
- name: Build frontend
run: npm run build -- --prod
run: |
cd client
npm run build -- --prod
build-backend:
runs-on: ubuntu-latest
Expand All @@ -30,9 +32,9 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '15'
java-version: '17'

- name: Build backend
run: |
chmod +x mvnw
./chmod +x mvnw
./mvnw clean package

0 comments on commit c544f9e

Please sign in to comment.