From 23c5b0d219c254b58724303c9dacda0b2e0e991a Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 3 Mar 2021 14:20:21 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c164b83..a76d3e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -127,9 +127,9 @@ jobs: cd test python run-spec-test.py - name: Test WASI apps - run: | - cd test - python run-wasi-test.py + shell: python + working-directory: test + run: run-wasi-test.py build-wasi: runs-on: ubuntu-latest