1 parent 82604a0 commit 748f5d4Copy full SHA for 748f5d4
1 file changed
.github/workflows/run-benchmark.yml
@@ -18,8 +18,7 @@ jobs:
18
ref: ${{ github.event.pull_request.base.sha }}
19
20
- name: Update baseline
21
- run: swift package --allow-writing-to-package-directory \
22
- benchmark baseline update main \
+ run: swift package --allow-writing-to-package-directory benchmark baseline update main \
23
--no-progress
24
25
- name: Upload baseline
0 commit comments