From 2301fef94f6041c0c2b1f985a2f1c612fcce7459 Mon Sep 17 00:00:00 2001 From: xiliu Date: Tue, 26 Sep 2023 16:38:32 +0800 Subject: [PATCH] Update ci_node16.yaml --- .github/workflows/ci_node16.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_node16.yaml b/.github/workflows/ci_node16.yaml index f10056a..66ebfe9 100644 --- a/.github/workflows/ci_node16.yaml +++ b/.github/workflows/ci_node16.yaml @@ -67,8 +67,9 @@ jobs: run: | npm run build - name: run base ci + shell: pwsh run: | - powershell -File __tests__/e2e/ci-windows.ps1 + ./__tests__/e2e/ci-windows.ps1 linux-ci: runs-on: ubuntu-latest @@ -96,4 +97,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 -