We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a2bc5 commit a036bc3Copy full SHA for a036bc3
.semaphore/semaphore.yml
@@ -101,8 +101,8 @@ blocks:
101
commands:
102
- '[[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
103
- docker compose up -d && sleep 30
104
- - docker ps
105
- - npx jest --forceExit --no-colors --runInBand --ci test/promisified/producer/
+ - export NODE_OPTIONS='--max-old-space-size=1536'
+ - npx jest --forceExit --no-colors --ci test/promisified/
106
- name: "ESLint"
107
108
- npx eslint lib/kafkajs
0 commit comments