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 3c2f06e commit 63d81b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci_node16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -96,4 +98,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 63d81b8

Please sign in to comment.