mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
put build-arg in correct position
This commit is contained in:
parent
dccdd5c939
commit
a09fb75e7c
2 changed files with 1 additions and 2 deletions
2
.github/workflows/benchmarks.yml
vendored
2
.github/workflows/benchmarks.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: earthly --version
|
||||
|
||||
- name: on trunk; prepare a self contained benchmark folder
|
||||
run: ./ci/safe-earthly.sh +prep-bench-folder --build-arg BENCH_SUFFIX=trunk
|
||||
run: ./ci/safe-earthly.sh --build-arg BENCH_SUFFIX=trunk +prep-bench-folder
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
@ -144,4 +144,3 @@ prep-bench-folder:
|
|||
# copy the most recent time bench to bench-folder
|
||||
RUN cp target/release/deps/`ls -t target/release/deps/ | grep time_bench | head -n 1` bench-folder/target/release/deps/time_bench
|
||||
SAVE ARTIFACT bench-folder AS LOCAL bench-folder-$BENCH_SUFFIX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue