Skip to content

Commit b176680

Browse files
committed
Add sqlite to the CI config
1 parent d4403a0 commit b176680

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • lib/solidus_dev_support/templates/extension/.circleci

lib/solidus_dev_support/templates/extension/.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ orbs:
1111
solidusio_extensions: solidusio/extensions@volatile
1212

1313
jobs:
14+
run-specs-with-sqlite:
15+
executor: solidusio_extensions/sqlite
16+
steps:
17+
- browser-tools/install-chrome
18+
- solidusio_extensions/run-tests
1419
run-specs-with-postgres:
1520
executor: solidusio_extensions/postgres
1621
steps:
@@ -29,6 +34,7 @@ jobs:
2934
workflows:
3035
"Run specs on supported Solidus versions":
3136
jobs:
37+
- run-specs-with-sqlite
3238
- run-specs-with-postgres
3339
- run-specs-with-mysql
3440
- lint-code
@@ -42,5 +48,6 @@ workflows:
4248
only:
4349
- master
4450
jobs:
51+
- run-specs-with-sqlite
4552
- run-specs-with-postgres
4653
- run-specs-with-mysql

0 commit comments

Comments
 (0)