Skip to content

Commit 2f4bf83

Browse files
committed
fix s3 export regression path
1 parent dea93fe commit 2f4bf83

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
@@ -1047,7 +1047,7 @@ jobs:
10471047
id: run_suite
10481048
run: EXITCODE=0;
10491049
python3
1050-
-u ${{ env.SUITE }}/regression.py
1050+
-u s3/regression.py
10511051
--clickhouse-binary-path ${{ env.clickhouse_path }}
10521052
--storage minio
10531053
--attr project="$GITHUB_REPOSITORY" project.id="$GITHUB_REPOSITORY_ID" package="${{ env.clickhouse_path }}" version="${{ env.version }}" user.name="$GITHUB_ACTOR" repository="https://github.com/Altinity/clickhouse-regression" commit.hash="$(git rev-parse HEAD)" job.name="$GITHUB_JOB (${{ matrix.PART }})" job.retry=$GITHUB_RUN_ATTEMPT job.url="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" arch="$(uname -i)"

0 commit comments

Comments
 (0)