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 9f1f60b commit e2503aaCopy full SHA for e2503aa
1 file changed
.circleci/config.yml
@@ -1,6 +1,8 @@
1
version: 2.1
2
3
orbs:
4
+ browser-tools: circleci/browser-tools@1.1
5
+
6
# Always take the latest version of the orb, this allows us to
7
# run specs against Solidus supported versions only without the need
8
# to change this configuration every time a Solidus version is released
@@ -11,10 +13,12 @@ jobs:
11
13
run-specs-with-postgres:
12
14
executor: solidusio_extensions/postgres
15
steps:
16
+ - browser-tools/install-browser-tools
17
- solidusio_extensions/run-tests
18
run-specs-with-mysql:
19
executor: solidusio_extensions/mysql
20
21
22
23
24
workflows:
0 commit comments