Skip to content

Commit 8e059db

Browse files
committed
ci: fix qjs test command with ./bin/qjs
1 parent 6d26d96 commit 8e059db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
run: cmake --build ${{github.workspace}}/build --target qjs run-test262 -j 8
2727

2828
- name: Test
29-
run: qjs -e 'console.log("Hello, World!")'
29+
run: ./bin/qjs -e 'console.log("Hello, World!")'
3030

.github/workflows/cmake-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
run: cmake --build ${{github.workspace}}/build --target qjs run-test262 -j 8
2727

2828
- name: Test
29-
run: qjs -e 'console.log("Hello, World!")'
29+
run: ./bin/qjs -e 'console.log("Hello, World!")'
3030

0 commit comments

Comments
 (0)