Skip to content

Commit

Permalink
We should run the super_scaffolding_partial_test as well
Browse files Browse the repository at this point in the history
Previously we could introduce changes in `core` that would break tests
in the starter repo, but that wouldn't show up as failures in `core`.

This was due to the fact that we were running more tests in the starter
repo than we were runnig here.

This PR makes it so that we run the extra tests so that we can spot test
failures here.
  • Loading branch information
jagthedrummer committed Aug 9, 2023
1 parent 4bd8ede commit 72e1c49
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 72e1c49

Please sign in to comment.