Skip to content

Commit 1e63847

Browse files
committed
Update main.yml
1 parent 56f14c6 commit 1e63847

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ jobs:
252252
run: |
253253
micromamba create -n xeus-lite-host jupyterlite-core
254254
micromamba activate xeus-lite-host
255-
node build/test/test_xeus_cpp.js
255+
cd build/test
256+
node test_xeus_cpp.js
256257
timeout-minutes: 4
257258

258259
- name: Jupyter Lite integration

0 commit comments

Comments
 (0)