Skip to content

Commit

Permalink
Merge pull request #3557 from filippoliverani/filippoliverani/add-cir…
Browse files Browse the repository at this point in the history
…cleci-rails-master-job

Add CircleCI job to run tests against Rails master
  • Loading branch information
aldesantis committed Mar 16, 2020
2 parents c26de62 + c957614 commit 657ce13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ jobs:
- setup
- test

postgres_rails_master:
executor: postgres
parallelism: *parallelism
environment:
RAILS_VERSION: 'master'
steps:
- setup
- test

mysql:
executor: mysql
parallelism: *parallelism
Expand Down Expand Up @@ -132,6 +141,7 @@ workflows:
- mysql
- postgres_rails52
- mysql_rails52
- postgres_rails_master
- stoplight/push:
project: solidus/solidus-api
git_token: $STOPLIGHT_GIT_TOKEN
Expand Down

0 comments on commit 657ce13

Please sign in to comment.