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 1c009e0 commit 41db568Copy full SHA for 41db568
.github/workflows/build.yaml
@@ -371,7 +371,7 @@ jobs:
371
372
- run: sudo ~/.cache/caddy/caddy start --config ./ci/Caddyfile
373
374
- - run: CODE_SERVER_TEST_ENTRY=./release npm run test:e2e:proxy
+ - run: LOG_LEVEL=debug CODE_SERVER_TEST_ENTRY=./release npm run test:e2e:proxy
375
376
- if: always()
377
run: sudo ~/.cache/caddy/caddy stop --config ./ci/Caddyfile
0 commit comments