Skip to content

Commit

Permalink
Restore cache resilience test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz committed May 8, 2020
1 parent 164e25b commit ebb6f46
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@ jobs:
- e2e-test:
test_path: integration-tests/long-term-caching

integration_tests_cache_resilience:
executor: node
steps:
- e2e-test:
test_path: integration-tests/cache-resilience

integration_tests_gatsby_pipeline:
executor: node
steps:
Expand Down Expand Up @@ -534,8 +540,8 @@ workflows:
- bootstrap
- integration_tests_long_term_caching:
<<: *e2e-test-workflow
# - integration_tests_cache_resilience:
# <<: *e2e-test-workflow
- integration_tests_cache_resilience:
<<: *e2e-test-workflow
- integration_tests_gatsby_pipeline:
<<: *e2e-test-workflow
- integration_tests_structured_logging:
Expand Down

0 comments on commit ebb6f46

Please sign in to comment.