Skip to content

Commit 9e76988

Browse files
authored
Merge pull request #1018 from peviitor-ro/sebiboga-patch-1
Update build_release.yml qa
2 parents 483d616 + f85986b commit 9e76988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
run: npm ci
2727

2828
- name: Copy .env.local to project root
29-
run: cp env/.env.local .env.local
29+
run: cp env/.env.qa .env.qa
3030

3131
- name: Build frontend to ./build
32-
run: npm run build:local
32+
run: npm run build:qa
3333

3434
- name: Archive build folder
3535
run: zip -r build.zip build

0 commit comments

Comments
 (0)