Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@ commands:
JEST_JUNIT_OUTPUT: '/tmp/test-results/js-test-results.xml'
- store_test_results: *store_test_results
- store_artifacts: *store_artifacts
test_visual_regressions:
description: "Test Chromatic with 'yarn chromatic'"
steps:
- restore_cache: *restore_deps_cache
- attach_workspace: *attach_deps_workspace
- run:
command: yarn chromatic
# test_visual_regressions:
# description: "Test Chromatic with 'yarn chromatic'"
# steps:
# - restore_cache: *restore_deps_cache
# - attach_workspace: *attach_deps_workspace
# - run:
# command: yarn chromatic
test_jest:
description: 'Test with `yarn test`'
steps:
Expand Down Expand Up @@ -298,11 +298,11 @@ jobs:
steps:
- checkout_with_cache
- test_integrations
test-visual-regressions:
executor: node
steps:
- checkout_with_cache
- test_visual_regressions
# test-visual-regressions:
# executor: node
# steps:
# - checkout_with_cache
# - test_visual_regressions
test-jest:
executor: node
steps:
Expand Down Expand Up @@ -363,9 +363,9 @@ workflows:
- test-integrations:
requires:
- build-deps
- test-visual-regressions:
requires:
- build-deps
# - test-visual-regressions:
# requires:
# - build-deps
- typecheck:
requires:
- build-deps
Expand All @@ -389,7 +389,7 @@ workflows:
- typecheck
- test-integrations
- test-jest
- test-visual-regressions
# - test-visual-regressions
filters:
branches:
only:
Expand Down