Skip to content

Commit 53f4f03

Browse files
committed
fix(ci): add node test report
1 parent ef04652 commit 53f4f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
report-failure:
208208
name: report failure
209209
runs-on: self-hosted
210-
needs: [cluster]
210+
needs: [cluster, node]
211211
if: failure()
212212
steps:
213213
- name: Set VERSION
@@ -239,7 +239,7 @@ jobs:
239239
report-success:
240240
name: report success
241241
runs-on: self-hosted
242-
needs: [cluster]
242+
needs: [cluster, node]
243243
if: success()
244244
steps:
245245
- name: Set VERSION

0 commit comments

Comments
 (0)