Skip to content

Commit

Permalink
ci: consider different ruby versions as different builds
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Jan 9, 2024
1 parent 7112f26 commit 3c953d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ jobs:
command: bin/rails db:setup
- run:
working_directory: ~/rails-app-with-knapsack_pro
command: bundle exec rake knapsack_pro:minitest[--verbose]
command: |
export KNAPSACK_PRO_BRANCH="$CIRCLE_BRANCH--$CIRCLE_BUILD_NUM--regular"
bundle exec rake knapsack_pro:minitest[--verbose]
integration-queue-minitest:
parameters:
Expand Down

0 comments on commit 3c953d1

Please sign in to comment.