Skip to content
Snippets Groups Projects
Unverified Commit 22b0535c authored by github-automation-metabase's avatar github-automation-metabase Committed by GitHub
Browse files

ci: Only run driver tests when testing Databricks driver (#51543) (#51584)

parent cbcbc237
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,8 @@ jobs:
uses: ./.github/actions/test-driver
with:
junit-name: 'be-tests-databricks-ee'
test-args: ":exclude-tags '[:mb/once]'"
test-args: >-
:only-tags [:mb/driver-tests]
- name: Upload Test Results
uses: ./.github/actions/upload-test-results
if: always()
......
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