Skip to content

Commit a42ce5a

Browse files
committed
exclude m2m tests in pr checks
1 parent 8b92a4a commit a42ce5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/runIntegrationTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- test-command: mvn -B compile test -Dtest=*IntegrationTests
17+
- test-command: mvn -B compile test -Dtest=*IntegrationTests,!M2MPrivateKeyCredentialsIntegrationTests,!M2MAuthIntegrationTests
1818
token-secret: DATABRICKS_TOKEN
1919
fake-service-type: 'SQL_EXEC'
2020
- test-command: mvn -B compile test -Dtest=*IntegrationTests,!M2MPrivateKeyCredentialsIntegrationTests,!SqlExecApiHybridResultsIntegrationTests,!DBFSVolumeIntegrationTests,!M2MAuthIntegrationTests,!UCVolumeIntegrationTests

0 commit comments

Comments
 (0)