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 622cead commit d4403a0Copy full SHA for d4403a0
1 file changed
lib/solidus_dev_support/templates/extension/.circleci/config.yml
@@ -14,17 +14,16 @@ jobs:
14
run-specs-with-postgres:
15
executor: solidusio_extensions/postgres
16
steps:
17
- - browser-tools/install-browser-tools
+ - browser-tools/install-chrome
18
- solidusio_extensions/run-tests
19
run-specs-with-mysql:
20
executor: solidusio_extensions/mysql
21
22
23
24
lint-code:
25
executor: solidusio_extensions/sqlite-memory
26
27
28
- solidusio_extensions/lint-code
29
30
workflows:
0 commit comments