Skip to content

Commit

Permalink
Remove parallel builds and fix env['ci'] = true issue (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
rish-stripe authored Aug 28, 2023
1 parent 0f335ca commit 750a3f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:

build:
working_directory: ~/stripe-salesforce
parallelism: 10
parallelism: 1
parameters:
cache_disabled:
type: string
Expand Down
4 changes: 4 additions & 0 deletions test/unit/test_translator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ class TranslatorTest < Critic::UnitTest
ENV['CI'] = "false"
end

after do
ENV['CI'] = "true"
end

it 'prefixes stripe ID field when the QA namespace is selected' do
@user.connector_settings[CONNECTOR_SETTING_SALESFORCE_NAMESPACE] = SalesforceNamespaceOptions::QA.serialize

Expand Down

0 comments on commit 750a3f7

Please sign in to comment.