-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Services not working #173
Copy link
Copy link
Closed
Labels
area/runnerRelating to errors in the runnerRelating to errors in the runnerkind/feature-requestNew feature or requestNew feature or requestneeds-workExtra attention is neededExtra attention is neededstale-exemptExempt from staleExempt from stale
Metadata
Metadata
Assignees
Labels
area/runnerRelating to errors in the runnerRelating to errors in the runnerkind/feature-requestNew feature or requestNew feature or requestneeds-workExtra attention is neededExtra attention is neededstale-exemptExempt from staleExempt from stale
Hello! I have this workflow:
The
yarn testcommand expects to find a mongodb service listening on 27017, but running act the command fails withMongooseServerSelectionError: getaddrinfo ENOTFOUND mongodb. The same workflow succeeds on GitHub.I've also tried
-P ubuntu-latest=nektos/act-environments-ubuntu:18.04, any help is very appreciated :)