Skip to content

Commit

Permalink
Enable ActiveStorage in Rails 6.1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Jan 8, 2021
1 parent 0b07253 commit c8b13d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ executors:
SOLIDUS_RAISE_DEPRECATIONS: true
CIRCLE_TEST_REPORTS: /tmp/test-results
CIRCLE_ARTIFACTS: /tmp/test-artifacts
ENABLE_ACTIVE_STORAGE: true
docker:
- image: &image circleci/ruby:2.5-node-browsers

Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
parallelism: *parallelism
environment:
RAILS_VERSION: '~> 6.0.0'
ENABLE_ACTIVE_STORAGE: false
steps:
- setup
- test
Expand All @@ -123,6 +125,7 @@ jobs:
parallelism: *parallelism
environment:
RAILS_VERSION: '~> 5.2.0'
ENABLE_ACTIVE_STORAGE: false
steps:
- setup
- test
Expand Down

0 comments on commit c8b13d5

Please sign in to comment.