We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea93fe commit 2f4bf83Copy full SHA for 2f4bf83
.github/workflows/regression.yml
@@ -1047,7 +1047,7 @@ jobs:
1047
id: run_suite
1048
run: EXITCODE=0;
1049
python3
1050
- -u ${{ env.SUITE }}/regression.py
+ -u s3/regression.py
1051
--clickhouse-binary-path ${{ env.clickhouse_path }}
1052
--storage minio
1053
--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