|
|
|
@ -62,10 +62,12 @@ jobs: |
|
|
|
- name: Build (QuickJS runtime) |
|
|
|
- name: Build (QuickJS runtime) |
|
|
|
shell: bash |
|
|
|
shell: bash |
|
|
|
run: tests/quickjs/bootstrap.sh |
|
|
|
run: tests/quickjs/bootstrap.sh |
|
|
|
|
|
|
|
if: runner.os != 'Windows' |
|
|
|
|
|
|
|
|
|
|
|
- name: Test (QuickJS) |
|
|
|
- name: Test (QuickJS) |
|
|
|
shell: bash |
|
|
|
shell: bash |
|
|
|
run: tests/quickjs/test.sh |
|
|
|
run: tests/quickjs/test.sh |
|
|
|
|
|
|
|
if: runner.os != 'Windows' |
|
|
|
|
|
|
|
|
|
|
|
- name: Pack |
|
|
|
- name: Pack |
|
|
|
shell: bash |
|
|
|
shell: bash |
|
|
|
|