Skip to content

ERR_CONNECTION_REFUSED when running Dusk in CI (Github Actions) #51404

Discussion options

You must be logged in to vote

We also encountered this issue and lived with it for a few months but it was a reason to not add more dusk tests since it added to the failure rate.

The app is an API which is probably overwhelming the single threaded dev server. Our solution was to just use octane:start instead of serve but we can only do that since we use Octane, the only other way I can think of solving this would be to actually run your app with FPM as a service within the job.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@lucaguindani
Comment options

@jameshulse
Comment options

@DanielGSoftware
Comment options

@LegendEffects
Comment options

Answer selected by DanielGSoftware
@DanielGSoftware
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants