aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-11-25 02:15:53 +0300
committerGravatar Vitaly Takmazov2024-11-25 02:15:53 +0300
commit0e553101238ede684ace65be2b570dd60c2651b4 (patch)
tree9a15c43c2decd550591ad5c2648a53a342847493 /.github/workflows/ci.yml
parent5e392a11f885741c03e99c3ffe73e9a5ef34fbf1 (diff)
CI: reenable sqlite tests
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 22423cae..e948dbdf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,7 +57,6 @@ 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