Skip to content

Commit bfd5cf2

Browse files
committed
actually add correct benchmark
1 parent c8019c8 commit bfd5cf2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,19 @@ jobs:
4747
with:
4848
fetch-depth: 0
4949
ref: add_trigger_to_run_the_benchmark
50-
path: db-benchmark
51-
5250

5351
- name: run mount
5452
shell: bash
5553
working-directory: db-benchmark
5654
run: |
5755
./_setup_utils/mount.sh
5856
57+
- name: checkout correct branch
58+
shell: bash
59+
working-directory: /var/lib/mount/db-benchmark-metal
60+
run: |
61+
git checkout add_trigger_to_run_the_benchmark
62+
5963
- name: Install or Upgrade all solutions
6064
shell: bash
6165
working-directory: /var/lib/mount/db-benchmark-metal

0 commit comments

Comments
 (0)