Skip to content

Commit 7321934

Browse files
committed
Skip SQLDelight schema validation
The schema validation is buggy and gets stuck. See sqldelight/sqldelight#4759
1 parent 1033e70 commit 7321934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run Gradle
2424
uses: gradle/gradle-build-action@v2
2525
with:
26-
arguments: clean check test build jar jacocoTestReport
26+
arguments: clean check test build jar jacocoTestReport -x verifyMainSyncDatabaseMigration
2727
build-root-directory: libpretixsync
2828

2929
- name: Codecov

0 commit comments

Comments
 (0)