chore: add BUILD_TARGET environment variable for Electron in test workflow

This commit is contained in:
sudipnext 2026-02-21 13:34:48 +05:45
parent 5ea12c3619
commit b2011ab18e

View file

@ -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