Skip to content

Commit

Permalink
ci: fix notify script not found (#4298)
Browse files Browse the repository at this point in the history
Co-authored-by: neverland <[email protected]>
  • Loading branch information
9aoy and chenjiahan authored Dec 30, 2024
1 parent 7d37763 commit 8ab4105
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ jobs:
ref: "main"
client_payload: '{"commitSHA":"${{ github.sha }}","updateComment":true,"repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'

- name: Checkout
if: steps.eco_ci.outcome == 'failure'
uses: actions/[email protected]
with:
fetch-depth: 1
- name: Setup Node.js
if: steps.eco_ci.outcome == 'failure'
uses: actions/[email protected]
with:
node-version: 22
cache: 'pnpm'
- name: Send Failure Notification
if: steps.eco_ci.outcome == 'failure'
shell: bash
Expand Down

0 comments on commit 8ab4105

Please sign in to comment.