diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a76d3e1..86d93c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -111,6 +111,10 @@ jobs: - {target: clang-x86-no-uvwasi, platform: "-A Win32", toolset: "-T ClangCL", flags: "-DBUILD_WASI=simple" } - {target: msvc-x86-no-uvwasi, platform: "-A Win32", toolset: "", flags: "-DBUILD_WASI=simple" } + defaults: + run: + shell: cmd + steps: - uses: actions/checkout@v2 - name: Configure @@ -127,9 +131,9 @@ jobs: cd test python run-spec-test.py - name: Test WASI apps - shell: python - working-directory: test - run: run-wasi-test.py + run: | + cd test + python run-wasi-test.py build-wasi: runs-on: ubuntu-latest