Skip to content

Commit 9194f47

Browse files
committed
ci: debug
1 parent 6ef105d commit 9194f47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828

29+
- name: xxd image.png
30+
run: xxd test/fixtures/mount-example/image.png
31+
32+
- name: base64 image
33+
run: node --eval "console.log(fs.readFileSync('test/fixtures/mount-example/image.png').toString('base64'))"
34+
2935
- name: Install
3036
run: pnpm install
3137

0 commit comments

Comments
 (0)