run real s3 tests in CI

This commit is contained in:
Dmitry Rodionov
2022-07-27 16:03:09 +03:00
committed by Dmitry Rodionov
parent 5f71aa09d3
commit bc2cb5382b
3 changed files with 42 additions and 4 deletions

View File

@@ -209,7 +209,11 @@ jobs:
build_type: ${{ matrix.build_type }}
rust_toolchain: ${{ matrix.rust_toolchain }}
test_selection: batch_others
run_with_real_s3: true
real_s3_bucket: ci-tests-s3
real_s3_region: us-west-2
real_s3_access_key_id: "${{ secrets.AWS_ACCESS_KEY_ID_CI_TESTS_S3 }}"
real_s3_secret_access_key: "${{ secrets.AWS_SECRET_ACCESS_KEY_CI_TESTS_S3 }}"
- name: Merge and upload coverage data
if: matrix.build_type == 'debug'
uses: ./.github/actions/save-coverage-data