Skip to content

Commit f1e8cf3

Browse files
down and upload
1 parent 1a59a8d commit f1e8cf3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,16 @@ jobs:
8282
- name: Push benchmarks
8383
if: ${{ github.event_name == 'push' }}
8484
run: Rscript -e "bench::cb_push()"
85+
- uses: actions/upload-artifact@v1
86+
with:
87+
name: pr-comment
88+
path: bench/pr-comment
89+
- uses: actions/download-artifact@v1
90+
with:
91+
name: pr-comment
8592
- name: comment PR
8693
uses: machine-learning-apps/pr-comment@master
8794
env:
8895
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8996
with:
90-
path: bench/pr-comment
97+
path: pr-comment

0 commit comments

Comments
 (0)