Skip to content

Fix failing Docker CI pipeline#974

Merged
macbre merged 8 commits intodevelfrom
docker-ci-fix
Jul 20, 2021
Merged

Fix failing Docker CI pipeline#974
macbre merged 8 commits intodevelfrom
docker-ci-fix

Conversation

@macbre
Copy link
Owner

@macbre macbre commented Jul 20, 2021

Resolves #973

@macbre macbre added the docker label Jul 20, 2021
@macbre macbre added this to the v2.4 milestone Jul 20, 2021
@macbre macbre changed the title Use ghcr.io/macbre/phantomas:latest Fix failing Docker CI pipeline Jul 20, 2021
@macbre macbre marked this pull request as ready for review July 20, 2021 12:24
@macbre
Copy link
Owner Author

macbre commented Jul 20, 2021

(node:18) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
    at _addListener (events.js:450:17)
    at process.addListener (events.js:466:10)
    at Object.addEventListener (/opt/phantomas/node_modules/puppeteer/src/common/helper.ts:106:11)
    at BrowserRunner.start (/opt/phantomas/node_modules/puppeteer/src/node/BrowserRunner.ts:108:14)
    at ChromeLauncher.launch (/opt/phantomas/node_modules/puppeteer/src/node/Launcher.ts:127:12)
    at Browser.Object.<anonymous>.Browser.init (/opt/phantomas/lib/browser.js:78:20)
    at promise (/opt/phantomas/lib/index.js:58:20)

@macbre macbre merged commit fcf86ee into devel Jul 20, 2021
@macbre macbre deleted the docker-ci-fix branch July 20, 2021 14:04
build_docker_image:
runs-on: ubuntu-latest

timeout-minutes: 15
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workflow runtime limited to 15 minutes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker-based tests fail with MaxListenersExceededWarning

1 participant