Skip to content

Commit 600fd71

Browse files
committed
try to fix regression alter report path
1 parent 5f7d6a6 commit 600fd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
REPORTS_PATH=${{ runner.temp }}/reports_dir
300300
SUITE=alter
301301
STORAGE=/${{ matrix.ONLY }}_partition
302-
PART='${{ matrix.PART }}'
302+
PART=${{ matrix.PART }}
303303
EOF
304304
- name: Setup
305305
run: .github/setup.sh

0 commit comments

Comments
 (0)