Skip to content

Commit e2503aa

Browse files
committed
[Fixes build] Install browser tools when running specs
1 parent 9f1f60b commit e2503aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2.1
22

33
orbs:
4+
browser-tools: circleci/browser-tools@1.1
5+
46
# Always take the latest version of the orb, this allows us to
57
# run specs against Solidus supported versions only without the need
68
# to change this configuration every time a Solidus version is released
@@ -11,10 +13,12 @@ jobs:
1113
run-specs-with-postgres:
1214
executor: solidusio_extensions/postgres
1315
steps:
16+
- browser-tools/install-browser-tools
1417
- solidusio_extensions/run-tests
1518
run-specs-with-mysql:
1619
executor: solidusio_extensions/mysql
1720
steps:
21+
- browser-tools/install-browser-tools
1822
- solidusio_extensions/run-tests
1923

2024
workflows:

0 commit comments

Comments
 (0)