Skip to content

Commit

Permalink
ci: fix the windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Aug 12, 2024
1 parent c8f62e5 commit d552ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ jobs:
- name: E2E Test
if: steps.changes.outputs.changed == 'true'
run: |
pnpm run test:artifact
pnpm run test:e2e
pnpm run test:artifact && pnpm run test:e2e
- name: Examples Test
if: steps.changes.outputs.changed == 'true'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ jobs:
- name: E2E Test
if: steps.changes.outputs.changed == 'true'
run: |
pnpm run test:artifact
pnpm run test:e2e
pnpm run test:artifact && pnpm run test:e2e
- name: Examples Test
if: steps.changes.outputs.changed == 'true'
Expand Down

0 comments on commit d552ff8

Please sign in to comment.