We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22893f commit 123676eCopy full SHA for 123676e
1 file changed
.github/workflows/gradle.yml
@@ -33,6 +33,6 @@ jobs:
33
- name: Pull dependencies libs, and perform initial compile
34
run: ./gradlew src
35
- name: Run unit tests
36
- run: ./gradlew test
+ run: ./gradlew test -Ptest_mysql
37
- name: Build with Gradle
38
run: ./gradlew build
0 commit comments