chore: add env for desktop test (#7582)

This commit is contained in:
darkskygit
2024-07-23 15:10:08 +00:00
parent b0ad36425d
commit 0dbed968a0

View File

@@ -443,6 +443,8 @@ jobs:
${{ matrix.tests.script }} ${{ matrix.tests.script }}
env: env:
DEV_SERVER_URL: http://localhost:8080 DEV_SERVER_URL: http://localhost:8080
COPILOT_OPENAI_API_KEY: 1
COPILOT_FAL_API_KEY: 1
- name: Upload test results - name: Upload test results
if: ${{ failure() }} if: ${{ failure() }}