Skip to content

Commit

Permalink
chore: fix stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Jan 5, 2025
1 parent 4ec214a commit 1fc3ce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stress_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
sed -i '' 's|RUST_LOG=.*|RUST_LOG=debug|' .env
sed -i '' 's|API_EXTERNAL_URL=.*|API_EXTERNAL_URL=http://localhost:9999|' .env
sed -i '' 's|APPFLOWY_GOTRUE_BASE_URL=.*|APPFLOWY_GOTRUE_BASE_URL=http://localhost:9999|' .env
sed -i '' 's|GOTRUE_DATABASE_URL=.*|GOTRUE_DATABASE_URL=postgres://supabase_auth_admin:root@postgres:5432/postgres|' .env
shell: bash

- name: Remove All Docker Data Used in docker-compose-stress-test.yml
Expand All @@ -41,9 +42,8 @@ jobs:
- name: Start Docker Compose Services
run: |
./script/run_local_server.sh
# docker compose -f docker-compose-stress-test.yml up -d
# docker ps -a
docker compose -f docker-compose-stress-test.yml up -d
docker ps -a
- name: Install Prerequisites
run: |
Expand Down

0 comments on commit 1fc3ce0

Please sign in to comment.