Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ef8e6e

Browse files
committedSep 27, 2022
fixup: add comment
1 parent 219a28d commit 4ef8e6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ jobs:
318318
./test/node_modules/.bin/playwright install-deps
319319
./test/node_modules/.bin/playwright install
320320
321+
# TODO@jsjoeio - this is temp. We need to do an actual fix
321322
- name: Copy node binary to release
322323
run: |
323324
ln -s $(which node) ./release/lib/node
@@ -399,6 +400,7 @@ jobs:
399400
- name: Start Caddy
400401
run: sudo ~/.cache/caddy/caddy start --config ./ci/Caddyfile
401402

403+
# TODO@jsjoeio - this is temp. We need to do an actual fix
402404
- name: Copy node binary to release
403405
run: |
404406
ln -s $(which node) ./release/lib/node

0 commit comments

Comments
 (0)
Please sign in to comment.