summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
blob: 677f1519fce888baa6c3a6b163df609b03108e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2.1
orbs:
  solidusio_extensions: solidusio/extensions@0.2.24

jobs:
  run-specs-with-postgres:
    executor: solidusio_extensions/postgres
    steps:
      - checkout
      - solidusio_extensions/run-tests-solidus-older
      - solidusio_extensions/store-test-results

workflows:
  "Run specs on supported Solidus versions":
    jobs:
      - run-specs-with-postgres