aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-07-01 01:16:55 +0300
committerGravatar Vitaly Takmazov2024-07-01 01:16:55 +0300
commitd69cd3ab7f90a72cd1db32cdd8b67975861cff4b (patch)
treeeb82e0f4054908d91a4338842ac9a2deb2155698
parent2e42d368fd373990b1b019a3ef267620d7603f8d (diff)
ci: disable SQLite tests
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9c83dec6..957e8558 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -56,6 +56,7 @@ jobs:
- name: Run tests (H2)
run: ./mvnw -Pdefault clean package
- name: Run tests (SQLite)
+ if: false
run: ./mvnw -Psqlite clean package
- name: Run tests (PostgreSQL)
run: ./mvnw -Ppostgres clean package