Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Jan 5, 2025
1 parent fc0b2ea commit 67e0a83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stress_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
brew update
brew install libpq
brew install sqlx-cli
brew link --force libpq
- name: Replace Values in .env
run: |
Expand All @@ -41,6 +40,7 @@ jobs:
sed -i '' 's|GOTRUE_DATABASE_URL=.*|GOTRUE_DATABASE_URL=postgres://supabase_auth_admin:root@postgres:5432/postgres|' .env
sed -i '' 's|DATABASE_URL=.*|DATABASE_URL=postgres://postgres:password@localhost:5432/postgres|' .env
sed -i '' 's|APPFLOWY_INDEXER_ENABLED=.*|APPFLOWY_INDEXER_ENABLED=false|' .env
sed -i '' 's|APPFLOWY_DATABASE_URL=.*|APPFLOWY_DATABASE_URL=postgres://postgres:password@localhost:5432/postgres|' .env
shell: bash

- name: Remove All Docker Data Used in docker-compose-dev.yml
Expand All @@ -49,7 +49,6 @@ jobs:
- name: Start Docker Compose Services
run: |
docker compose -f docker-compose-dev.yml pull
docker compose -f docker-compose-dev.yml up -d
docker ps -a
Expand Down

0 comments on commit 67e0a83

Please sign in to comment.