Skip to content

Commit

Permalink
Remove dev_tools from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Oct 25, 2023
1 parent 0a3d22b commit 8af0b20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,18 +313,6 @@ jobs:
- setup
- test_with_coverage

dev_tools:
docker:
- image: cimg/ruby:3.1
steps:
- checkout
- run:
name: "Test development tools"
command: |
cd dev_tools
bundle
bundle exec rspec
workflows:
build:
jobs:
Expand All @@ -348,4 +336,3 @@ workflows:
- test_solidus:
name: *name
matrix: { parameters: { rails: ['7.0'], ruby: ['3.2'], database: ['sqlite'], paperclip: [false] } }
- dev_tools
3 changes: 0 additions & 3 deletions dev_tools/README.md

This file was deleted.

0 comments on commit 8af0b20

Please sign in to comment.