Skip to content

Commit

Permalink
[fix]: update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LZS911 committed Mar 1, 2024
1 parent f41da8c commit d4eaeea
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- name: Code lint checker
run: pnpm checker


test-ee:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
shard: [1, 2, 3, 4]
shard: [1, 2, 3, 4]

steps:
- uses: ./catch-and-install-pnpm.yml
name: Coverage test report ee
with:
Expand Down Expand Up @@ -54,8 +54,3 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-script: node ./scripts/jest/merge-report-json.js
package-manager: pnpm





0 comments on commit d4eaeea

Please sign in to comment.