From b78a896de2d3171d2637e5f48700e47e83c66dbb Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Thu, 2 Jun 2022 17:37:47 +0200 Subject: [PATCH] test: run mdx-less-babel in circleci (#35825) --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 497c44d307ff2..7c1fbe5bab00b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -429,14 +429,13 @@ jobs: mdx_e2e_tests: <<: *e2e-executor - environment: - <<: *e2e-executor-env - CYPRESS_PROJECT_ID: spbj28 - CYPRESS_RECORD_KEY: af30ea46-121f-4fb7-97dd-f17ec224402e steps: - e2e-test: test_path: e2e-tests/mdx - test_command: yarn test + test_command: CYPRESS_PROJECT_ID=spbj28 CYPRESS_RECORD_KEY=af30ea46-121f-4fb7-97dd-f17ec224402e yarn test + - e2e-test: + test_path: e2e-tests/mdx-less-babel + test_command: CYPRESS_PROJECT_ID=xo139a CYPRESS_RECORD_KEY=74d485b5-3ba6-40e1-a7d4-e63c0a8d2a4d yarn test e2e_tests_gatsby-static-image: <<: *e2e-executor