We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4986d52 commit c2fb275Copy full SHA for c2fb275
.github/workflows/app-ci.yaml
@@ -48,6 +48,8 @@ jobs:
48
cd ./app/frontend
49
npm install
50
npm run build
51
+ mkdir -p ../backend/src/main/resources/static
52
+ cp -r ./build/* ../backend/src/main/resources/static
53
54
- name: Build Spring Boot App
55
run: |
.github/workflows/nightly-jobs.yaml
@@ -74,6 +74,8 @@ jobs:
74
75
76
77
78
79
80
backend:
81
name: "Backend validation"
0 commit comments