We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4403a0 commit b176680Copy full SHA for b176680
1 file changed
lib/solidus_dev_support/templates/extension/.circleci/config.yml
@@ -11,6 +11,11 @@ orbs:
11
solidusio_extensions: solidusio/extensions@volatile
12
13
jobs:
14
+ run-specs-with-sqlite:
15
+ executor: solidusio_extensions/sqlite
16
+ steps:
17
+ - browser-tools/install-chrome
18
+ - solidusio_extensions/run-tests
19
run-specs-with-postgres:
20
executor: solidusio_extensions/postgres
21
steps:
@@ -29,6 +34,7 @@ jobs:
29
34
workflows:
30
35
"Run specs on supported Solidus versions":
31
36
37
+ - run-specs-with-sqlite
32
38
- run-specs-with-postgres
33
39
- run-specs-with-mysql
40
- lint-code
@@ -42,5 +48,6 @@ workflows:
42
48
only:
43
49
- master
44
50
51
45
52
46
53
0 commit comments