ci: set node env as production in tests

This commit is contained in:
Ankush Menat 2024-01-30 21:52:11 +05:30
parent e1f20f7305
commit 40438b400f
2 changed files with 4 additions and 0 deletions

View file

@ -43,6 +43,8 @@ jobs:
needs: checkrun
if: ${{ needs.checkrun.outputs.build == 'strawberry' }}
timeout-minutes: 60
env:
NODE_ENV: "production"
strategy:
fail-fast: false

View file

@ -42,6 +42,8 @@ jobs:
needs: checkrun
if: ${{ needs.checkrun.outputs.build == 'strawberry' && github.repository_owner == 'frappe' }}
timeout-minutes: 60
env:
NODE_ENV: "production"
strategy:
fail-fast: false