fix: ensure CI environment variable is set correctly during frontend build
Build and deploy / build (push) Failing after 28s Details
Build and deploy / deploy (push) Has been skipped Details

This commit is contained in:
Artem Kashaev 2025-12-01 15:08:57 +05:00
parent 5ce5556232
commit 916882f205
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
CI: "false" CI: "false"
run: | run: |
npm install npm install
npm run build CI=false npm run build
- name: Archive frontend dist - name: Archive frontend dist
run: | run: |