Skip to content

Commit

Permalink
Run legacy promotions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mamhoff committed Jan 27, 2024
1 parent ebd4d06 commit 3aadd9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ commands:
- run:
name: "Run Sample Tests"
command: ./bin/build-ci sample
- run:
name: "Run Legacy Promotion Tests"
command: ./bin/build-ci legacy_promotions

- store_artifacts:
path: /tmp/test-artifacts
Expand Down
3 changes: 2 additions & 1 deletion bin/build-ci
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ class Project
new('backend', weight: 215),
new('backend', test_type: :teaspoon, title: "backend JS", weight: 15),
new('core', weight: 220),
new('sample', weight: 22)
new('sample', weight: 22),
new('legacy_promotions', weight: 22)
]
end

Expand Down

0 comments on commit 3aadd9e

Please sign in to comment.