Skip to content

Commit

Permalink
CI: Run module-db Sqlite tests
Browse files Browse the repository at this point in the history
Mysql and Postgres require adding too many additional dependencies to build for little benefit
  • Loading branch information
Naktibalda committed Dec 31, 2020
1 parent f180f92 commit f3ce511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -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/
Expand Down

0 comments on commit f3ce511

Please sign in to comment.