Skip to content

Commit

Permalink
ci: use same executor for integration tests as for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jun 18, 2020
1 parent 3dea51a commit d74a2ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,32 +239,32 @@ jobs:
working_directory: ~/project/www

integration_tests_long_term_caching:
executor: node
<<: *e2e-executor
steps:
- e2e-test:
test_path: integration-tests/long-term-caching

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

integration_tests_gatsby_pipeline:
executor: node
<<: *e2e-executor
steps:
- e2e-test:
test_path: integration-tests/gatsby-pipeline

integration_tests_gatsby_cli:
executor: node
<<: *e2e-executor
steps:
- e2e-test:
test_path: integration-tests/gatsby-pipeline
trigger_pattern: packages/gatsby-cli/*|packages/gatsby/*|integration-tests/gatsby-cli/*

integration_tests_structured_logging:
executor: node
<<: *e2e-executor
steps:
- e2e-test:
test_path: integration-tests/structured-logging
Expand Down

0 comments on commit d74a2ac

Please sign in to comment.