From 4d32b80cccb78ca5abfe6755c76f0c8ccd8476c6 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 3 Mar 2021 14:24:39 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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