Skip to content

Commit

Permalink
[fix]: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LZS911 committed Mar 1, 2024
1 parent b37bc3f commit fc80134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Install dependencies
uses: ../actions/catch-and-install.yml
uses: ./catch-and-install.yml
- name: Code lint checker
run: pnpm checker

Expand All @@ -25,7 +25,7 @@ jobs:
shard: [1, 2, 3, 4]
steps:
- name: Install dependencies
uses: ../actions/catch-and-install.yml
uses: ./catch-and-install.yml
- name: Coverage test report ee
run: pnpm test:ci-ee ${{ matrix.shard }} ${{ strategy.job-total }}

Expand All @@ -34,7 +34,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Install dependencies
uses: ../actions/catch-and-install.yml
uses: ./catch-and-install.yml
- name: Coverage test report ce
run: pnpm test:ci-ce

Expand All @@ -44,7 +44,7 @@ jobs:
needs: [test-ee, test-ce]
steps:
- name: Install dependencies
uses: ../actions/catch-and-install.yml
uses: ./catch-and-install.yml
- name: Coverage test report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
Expand Down

0 comments on commit fc80134

Please sign in to comment.