Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Dec 8, 2024
1 parent e75014f commit a386e6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stress_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
test:
name: Collab Stress Tests
runs-on: self-hosted-appflowy3
container:
image: docker:latest
options: --privileged
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -54,7 +57,7 @@ jobs:

- name: Start Docker Compose Services
run: |
docker compose -f docker-compose-stress-test.yml up -d
docker compose -f docker-compose-stress-test.yml up -d appflowy-cloud-stress-test
docker ps -a
- name: Install Prerequisites
Expand Down

0 comments on commit a386e6a

Please sign in to comment.