Skip to content

Commit

Permalink
disable ratelimiting for cypress action (#7714)
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed May 7, 2024
1 parent d807434 commit 332d429
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 @@ -31,6 +31,7 @@ jobs:
- name: Start care docker containers 🐳
run: |
cd care
echo DISABLE_RATELIMIT=True >> 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 332d429

Please sign in to comment.