Skip to content

Commit

Permalink
Merge pull request #392 from bullet-train-co/jeremy/run-scaffolding-p…
Browse files Browse the repository at this point in the history
…artials-test

We should run the super_scaffolding_partial_test as well
  • Loading branch information
jagthedrummer authored Aug 9, 2023
2 parents 4bd8ede + 72e1c49 commit a66588d
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 @@ -139,6 +139,9 @@ jobs:
- run:
name: 'Run Super Scaffolding Test'
command: "bundle exec rails test test/system/super_scaffolding_test.rb"
- run:
name: 'Run Super Scaffolding Partial Test'
command: 'bundle exec rails test test/system/super_scaffolding_partial_test.rb'

workflows:
version: 2
Expand Down

0 comments on commit a66588d

Please sign in to comment.