Skip to content

Commit

Permalink
test(mdx-e2e): align job naming to match other e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jun 9, 2022
1 parent f344841 commit 6c4ab56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
test_path: e2e-tests/themes
test_command: cd production-runtime; yarn test

mdx_e2e_tests:
e2e_tests_mdx:
<<: *e2e-executor
environment:
<<: *e2e-executor-env
Expand Down Expand Up @@ -651,6 +651,8 @@ workflows:
<<: *e2e-test-workflow
- e2e_tests_contentful:
<<: *e2e-test-workflow
- e2e_tests_mdx:
<<: *e2e-test-workflow
- e2e_tests_trailing-slash:
<<: *e2e-test-workflow
- e2e_tests_development_runtime:
Expand All @@ -665,8 +667,6 @@ workflows:
<<: *e2e-test-workflow
- themes_e2e_tests_development_runtime:
<<: *e2e-test-workflow
- mdx_e2e_tests:
<<: *e2e-test-workflow
- starters_validate:
<<: *ignore_master
- starters_publish:
Expand Down

0 comments on commit 6c4ab56

Please sign in to comment.