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 d3f57a7 commit 793808eCopy full SHA for 793808e
.circleci/config.yml
@@ -11,11 +11,12 @@ jobs:
11
run-specs-with-postgres:
12
executor: solidusio_extensions/postgres
13
steps:
14
- - solidusio_extensions/run-tests
15
- run-specs-with-mysql:
16
- executor: solidusio_extensions/mysql
17
- steps:
18
+ - checkout
+ - solidusio_extensions/dependencies
+ - solidusio_extensions/test-branch:
+ branch: v3.3
+ rails_version: '~> 7.0'
19
+ - solidusio_extensions/store-test-results
20
lint-code:
21
executor: solidusio_extensions/sqlite-memory
22
0 commit comments