mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Merge pull request #8487 from ToolJet/new-env-action
New env for cypress workflow
This commit is contained in:
commit
4a7dd00dd5
2 changed files with 2 additions and 0 deletions
1
.github/workflows/cypress-appbuilder.yml
vendored
1
.github/workflows/cypress-appbuilder.yml
vendored
|
|
@ -171,6 +171,7 @@ jobs:
|
|||
echo "SUB_PATH=/apps/tooljet/" >> .env
|
||||
echo "NODE_ENV=production" >> .env
|
||||
echo "SERVE_CLIENT=true" >> .env
|
||||
echo "ENABLE_PRIVATE_APP_EMBED=true" >> .env
|
||||
|
||||
- name: Pulling the docker-compose file
|
||||
run: curl -LO https://tooljet-test.s3.us-west-1.amazonaws.com/docker-compose.yaml && mkdir postgres_data
|
||||
|
|
|
|||
1
.github/workflows/cypress-platform.yml
vendored
1
.github/workflows/cypress-platform.yml
vendored
|
|
@ -64,6 +64,7 @@ jobs:
|
|||
echo "SSO_GIT_OAUTH2_CLIENT_SECRET=dummy" >> .env
|
||||
echo "SSO_GIT_OAUTH2_HOST=dummy" >> .env
|
||||
echo "SSO_GOOGLE_OAUTH2_CLIENT_ID=dummy" >> .env
|
||||
echo "ENABLE_PRIVATE_APP_EMBED=true" >> .env
|
||||
|
||||
- name: Set up database
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue