Skip to content

Commit c2fb275

Browse files
committed
github pipelines fix
1 parent 4986d52 commit c2fb275

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/app-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
cd ./app/frontend
4949
npm install
5050
npm run build
51+
mkdir -p ../backend/src/main/resources/static
52+
cp -r ./build/* ../backend/src/main/resources/static
5153
5254
- name: Build Spring Boot App
5355
run: |

.github/workflows/nightly-jobs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
cd ./app/frontend
7575
npm install
7676
npm run build
77+
mkdir -p ../backend/src/main/resources/static
78+
cp -r ./build/* ../backend/src/main/resources/static
7779
7880
backend:
7981
name: "Backend validation"

0 commit comments

Comments
 (0)