From 63d81b847433b68a2b98392fd24c72b789f55b7b Mon Sep 17 00:00:00 2001 From: xiliu Date: Tue, 26 Sep 2023 19:11:02 +0800 Subject: [PATCH] Update ci_node16.yaml --- .github/workflows/ci_node16.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_node16.yaml b/.github/workflows/ci_node16.yaml index f10056a..678d114 100644 --- a/.github/workflows/ci_node16.yaml +++ b/.github/workflows/ci_node16.yaml @@ -66,9 +66,11 @@ jobs: - name: NPM run build run: | npm run build - - name: run base ci + - name: run base ci + shell: pwsh run: | - powershell -File __tests__/e2e/ci-windows.ps1 + cd __tests__/e2e + .\ci-windows.ps1 linux-ci: runs-on: ubuntu-latest @@ -96,4 +98,4 @@ jobs: npm run build - name: run base ci run: | - cd __tests__/e2e && ./ci.sh && cd - \ No newline at end of file + cd __tests__/e2e && ./ci.sh && cd -