Skip to content

Commit 172de63

Browse files
committed
Fix remote storage CI
Signed-off-by: Adam Gutglick <[email protected]>
1 parent 0d17a49 commit 172de63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sql-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
# Build options string if scale_factor is set
148148
opts=""
149149
if [ -n "${{ matrix.scale_factor }}" ]; then
150-
opts="--options scale_factor=${{ matrix.scale_factor }}"
150+
opts="--options scale_factor=${{ matrix.scale_factor }} $opts"
151151
fi
152152
153153
# Generate data with df-bench (runs each query once)
@@ -271,7 +271,7 @@ jobs:
271271
# Build options string if scale_factor is set
272272
opts="--options remote_data_dir=${{ matrix.remote_storage }}"
273273
if [ -n "${{ matrix.scale_factor }}" ]; then
274-
opts="--options scale_factor=${{ matrix.scale_factor }}"
274+
opts="--options scale_factor=${{ matrix.scale_factor }} ${opts}"
275275
fi
276276
277277
# Run df-bench with remote storage

0 commit comments

Comments
 (0)