Skip to content

Commit

Permalink
block on docker server to see error
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Nov 24, 2023
1 parent 766d389 commit bf45347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
# only starts the plugin server so that the "wait for PostHog" step passes
$DOCKER_RUN ./bin/docker-worker &> /tmp/logs/worker.txt &
$DOCKER_RUN ./bin/docker-server &> /tmp/logs/server.txt &
$DOCKER_RUN ./bin/docker-server
- name: Wait for PostHog
# these are required checks so, we can't skip entire sections
Expand Down

0 comments on commit bf45347

Please sign in to comment.