-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Description
Hello! I have this workflow:
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
container: node:12.16.1-stretch
services:
mongodb:
image: "mongo:4.0.17"
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn test
The yarn test command expects to find a mongodb service listening on 27017, but running act the command fails with MongooseServerSelectionError: 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 :)
jona7o, agemooij, ShahradR, JasoonS, digitalizARTE and 103 moreAlanaktion, elkesrio, viamin, Markcial, elitan and 17 more
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