Skip to content

Commit

Permalink
fix(ci): add node test report
Browse files Browse the repository at this point in the history
  • Loading branch information
leonarliu committed May 17, 2023
1 parent ef04652 commit 53f4f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
report-failure:
name: report failure
runs-on: self-hosted
needs: [cluster]
needs: [cluster, node]
if: failure()
steps:
- name: Set VERSION
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
report-success:
name: report success
runs-on: self-hosted
needs: [cluster]
needs: [cluster, node]
if: success()
steps:
- name: Set VERSION
Expand Down

0 comments on commit 53f4f03

Please sign in to comment.