Skip to content

Commit

Permalink
Cypress CI: set env CORS_ALLOWED_ORIGINS
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Sep 3, 2024
1 parent b35c042 commit 59a234d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
cd care
echo DISABLE_RATELIMIT=True >> docker/.prebuilt.env
echo "CORS_ALLOWED_ORIGINS=\"[\\\"http://localhost:9000\\\"]\"" >> docker/.prebuilt.env
make docker_config_file=docker-compose.pre-built.yaml up
make docker_config_file=docker-compose.pre-built.yaml load-dummy-data
cd ..
Expand Down

0 comments on commit 59a234d

Please sign in to comment.