Skip to content
Snippets Groups Projects
Unverified Commit 070f57b6 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[CI] Fix Google related drivers classpath test (#28412) (#28429)

parent a59279aa
No related merge requests found
......@@ -99,16 +99,13 @@ jobs:
with:
junit-name: 'be-tests-googleanalytics-ee'
be-tests-google-related-classpath-ee:
be-google-related-drivers-classpath-test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
timeout-minutes: 60
strategy:
matrix:
driver: ['googleanalytics', 'bigquery-cloud-sdk']
env:
CI: 'true'
DRIVERS: ${{ matrix.driver }}
DRIVERS: 'googleanalytics,bigquery-cloud-sdk'
MB_BIGQUERY_TEST_PROJECT_ID: ${{ secrets.BIGQUERY_TEST_PROJECT_ID }}
MB_BIGQUERY_TEST_CLIENT_ID: ${{ secrets.MB_BIGQUERY_TEST_CLIENT_ID }}
MB_BIGQUERY_TEST_CLIENT_SECRET: ${{ secrets.MB_BIGQUERY_TEST_CLIENT_SECRET }}
......@@ -117,10 +114,10 @@ jobs:
MB_BIGQUERY_CLOUD_SDK_TEST_SERVICE_ACCOUNT_JSON: ${{ secrets.MB_BIGQUERY_CLOUD_SDK_TEST_SERVICE_ACCOUNT_JSON }}
steps:
- uses: actions/checkout@v3
- name: Test Google Related Classpath drivers
- name: Test Google Related Drivers Classpath
uses: ./.github/actions/test-driver
with:
junit-name: 'be-tests-${{ matrix.driver }}-classpath-ee'
junit-name: 'be-google-related-drivers-classpath-test'
test-args: ':only "[metabase.query-processor-test.expressions-test metabase.driver.google-test metabase.driver.googleanalytics-test]"'
be-tests-mariadb-10-2-ee:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment