Skip to content

Commit d4403a0

Browse files
committed
Only install chrome
It's faster and that's the default browser for specs.
1 parent 622cead commit d4403a0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • lib/solidus_dev_support/templates/extension/.circleci

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,16 @@ jobs:
1414
run-specs-with-postgres:
1515
executor: solidusio_extensions/postgres
1616
steps:
17-
- browser-tools/install-browser-tools
17+
- browser-tools/install-chrome
1818
- solidusio_extensions/run-tests
1919
run-specs-with-mysql:
2020
executor: solidusio_extensions/mysql
2121
steps:
22-
- browser-tools/install-browser-tools
22+
- browser-tools/install-chrome
2323
- solidusio_extensions/run-tests
2424
lint-code:
2525
executor: solidusio_extensions/sqlite-memory
2626
steps:
27-
- browser-tools/install-browser-tools
2827
- solidusio_extensions/lint-code
2928

3029
workflows:

0 commit comments

Comments
 (0)