From f3ce511f16877b54712194a9f346836ce6d2baad Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Thu, 31 Dec 2020 12:10:52 +0200 Subject: [PATCH] CI: Run module-db Sqlite tests Mysql and Postgres require adding too many additional dependencies to build for little benefit --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bdd556987..245d902af5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,6 +75,9 @@ jobs: - name: Run module-filesystem tests run: php codecept run -c vendor/codeception/module-filesystem/ + - name: Run module-db sqlite tests + run: php codecept run -c vendor/codeception/module-db/ unit :Sqlite + - name: Run module-phpbrowser tests run: | cd vendor/codeception/module-phpbrowser/