We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1033e70 commit 7321934Copy full SHA for 7321934
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run Gradle
24
uses: gradle/gradle-build-action@v2
25
with:
26
- arguments: clean check test build jar jacocoTestReport
+ arguments: clean check test build jar jacocoTestReport -x verifyMainSyncDatabaseMigration
27
build-root-directory: libpretixsync
28
29
- name: Codecov
0 commit comments