Skip to content

Commit 3d92f5c

Browse files
committed
Prime Gondolin assets without booting VM in CI
1 parent 4720c6c commit 3d92f5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
sudo apt-get install -y qemu-system-x86 e2fsprogs
8484
8585
- name: Prime Gondolin guest assets
86-
run: bunx gondolin exec -- /bin/true
86+
run: bun --eval 'import { ensureGuestAssets } from "@earendil-works/gondolin"; await ensureGuestAssets();'
8787

8888
- name: Run integration tests
8989
env:
@@ -117,7 +117,7 @@ jobs:
117117
sudo apt-get install -y qemu-system-x86 e2fsprogs
118118
119119
- name: Prime Gondolin guest assets
120-
run: bunx gondolin exec -- /bin/true
120+
run: bun --eval 'import { ensureGuestAssets } from "@earendil-works/gondolin"; await ensureGuestAssets();'
121121

122122
- name: Run end-to-end smoke test
123123
env:

0 commit comments

Comments
 (0)