Skip to content

Commit

Permalink
test: run mdx-less-babel in circleci (#35825)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jun 2, 2022
1 parent f35540c commit b78a896
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit b78a896

Please sign in to comment.