Skip to content

Commit

Permalink
Fixed command to start server for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Nov 20, 2024
1 parent 8b3d8fb commit 9b13cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Start development server
working-directory: plugin/runtime
run: |
docker compose --file docker-compose.dev.yml up --detach
docker compose up --detach --wait
- name: Install e2e dependencies
working-directory: plugin/e2e
run: npm ci
Expand Down

0 comments on commit 9b13cd2

Please sign in to comment.