Skip to content

Commit

Permalink
Update ci_node16.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster authored Sep 26, 2023
1 parent 0d15664 commit 2301fef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_node16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -96,4 +97,4 @@ jobs:
npm run build
- name: run base ci
run: |
cd __tests__/e2e && ./ci.sh && cd -
cd __tests__/e2e && ./ci.sh && cd -

0 comments on commit 2301fef

Please sign in to comment.