mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Merge pull request #7815 from Matt-Yorkley/dev-retries
Move Rspec retries count to CI config and remove in local environment
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -9,6 +9,7 @@ env:
|
||||
DISABLE_KNAPSACK: true
|
||||
TIMEZONE: UTC
|
||||
COVERAGE: true
|
||||
RSPEC_RETRY_RETRY_COUNT: 3
|
||||
|
||||
jobs:
|
||||
test-controllers-and-serializers:
|
||||
|
||||
@@ -101,7 +101,7 @@ RSpec.configure do |config|
|
||||
# Show retries in test output
|
||||
config.verbose_retry = true
|
||||
# Set maximum retry count
|
||||
config.default_retry_count = 3
|
||||
config.default_retry_count = 0
|
||||
|
||||
# Force colored output, whether or not the output is a TTY
|
||||
config.color_mode = :on
|
||||
|
||||
Reference in New Issue
Block a user