Skip to content

Commit c5a2f9e

Browse files
committed
ci: benchmark: Move upload step up
1 parent 9c9ed11 commit c5a2f9e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/benchmark.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ jobs:
101101
- name: Create chart for benchmark reports
102102
run: node ci/github-actions/illustrate-benchmark-reports.js
103103

104+
- name: Upload benchmark reports
105+
uses: actions/[email protected]
106+
continue-on-error: true
107+
with:
108+
name: benchmark-reports
109+
path: tmp.benchmark-report.*
110+
104111
- name: Post generated benchmark reports to pull request as a comment
105112
if: github.event_name == 'pull_request'
106113
continue-on-error: true
@@ -110,10 +117,3 @@ jobs:
110117

111118
- name: Check for performance regressions
112119
run: node ci/github-actions/check-for-performance-regressions.js
113-
114-
- name: Upload benchmark reports
115-
uses: actions/[email protected]
116-
continue-on-error: true
117-
with:
118-
name: benchmark-reports
119-
path: tmp.benchmark-report.*

0 commit comments

Comments
 (0)