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 219a28d commit 4ef8e6eCopy full SHA for 4ef8e6e
.github/workflows/build.yaml
@@ -318,6 +318,7 @@ jobs:
318
./test/node_modules/.bin/playwright install-deps
319
./test/node_modules/.bin/playwright install
320
321
+ # TODO@jsjoeio - this is temp. We need to do an actual fix
322
- name: Copy node binary to release
323
run: |
324
ln -s $(which node) ./release/lib/node
@@ -399,6 +400,7 @@ jobs:
399
400
- name: Start Caddy
401
run: sudo ~/.cache/caddy/caddy start --config ./ci/Caddyfile
402
403
404
405
406
0 commit comments