chore: add BUILD_TARGET environment variable for Electron in test workflow
This commit is contained in:
parent
5ea12c3619
commit
b2011ab18e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-all.yml
vendored
1
.github/workflows/test-all.yml
vendored
|
|
@ -170,6 +170,7 @@ jobs:
|
|||
|
||||
- name: Build application
|
||||
env:
|
||||
BUILD_TARGET: electron
|
||||
NEXT_PUBLIC_FAST_API: http://localhost:8000
|
||||
NEXT_PUBLIC_URL: http://localhost:3000
|
||||
run: npm run build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue