Skip to content

Commit f99ee18

Browse files
author
Luca Forstner
committed
hmmm
1 parent 42b3e96 commit f99ee18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ jobs:
692692
E2E_TEST_DSN: ${{ secrets.E2E_TEST_DSN }}
693693
E2E_TEST_SENTRY_ORG_SLUG: 'sentry-javascript-sdks'
694694
E2E_TEST_SENTRY_TEST_PROJECT: 'sentry-javascript-e2e-tests'
695+
YARN_CACHE_FOLDER: '/var/tmp/e2e-test-yarn-cache'
695696
run: |
696697
cd packages/e2e-tests
697698
yarn test:e2e

packages/e2e-tests/verdaccio-config/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ auth:
2121
uplinks:
2222
npmjs:
2323
url: https://registry.npmjs.org/
24-
cache: false
2524

2625
# Learn how to protect your packages
2726
# https://verdaccio.org/docs/protect-your-dependencies/
@@ -197,7 +196,7 @@ packages:
197196
# A value of 0 makes the http server behave similarly to Node.js versions prior to 8.0.0, which did not have a keep-alive timeout.
198197
# WORKAROUND: Through given configuration you can workaround following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enough.
199198
server:
200-
keepAliveTimeout: 0
199+
keepAliveTimeout: 60
201200

202201
middlewares:
203202
audit:

0 commit comments

Comments
 (0)