Browse Source

Disable QuickJS CI steps on Windows.

pull/1865/head
Joao Matos 2 years ago
parent
commit
e5a1942c65
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -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

Loading…
Cancel
Save