Skip to content

Commit

Permalink
github pipelines fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dantelmomsft committed Mar 21, 2024
1 parent 4986d52 commit c2fb275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/app-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
cd ./app/frontend
npm install
npm run build
mkdir -p ../backend/src/main/resources/static
cp -r ./build/* ../backend/src/main/resources/static
- name: Build Spring Boot App
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
cd ./app/frontend
npm install
npm run build
mkdir -p ../backend/src/main/resources/static
cp -r ./build/* ../backend/src/main/resources/static
backend:
name: "Backend validation"
Expand Down

0 comments on commit c2fb275

Please sign in to comment.