Skip to content

Commit dfb6c52

Browse files
committed
Revert "Disable visual tests for the month (codesandbox#3955)"
This reverts commit 2a832de
1 parent fa76c09 commit dfb6c52

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.circleci/config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ commands:
214214
JEST_JUNIT_OUTPUT: '/tmp/test-results/js-test-results.xml'
215215
- store_test_results: *store_test_results
216216
- store_artifacts: *store_artifacts
217-
# test_visual_regressions:
218-
# description: "Test Chromatic with 'yarn chromatic'"
219-
# steps:
220-
# - restore_cache: *restore_deps_cache
221-
# - attach_workspace: *attach_deps_workspace
222-
# - run:
223-
# command: yarn chromatic
217+
test_visual_regressions:
218+
description: "Test Chromatic with 'yarn chromatic'"
219+
steps:
220+
- restore_cache: *restore_deps_cache
221+
- attach_workspace: *attach_deps_workspace
222+
- run:
223+
command: yarn chromatic
224224
test_jest:
225225
description: 'Test with `yarn test`'
226226
steps:
@@ -298,11 +298,11 @@ jobs:
298298
steps:
299299
- checkout_with_cache
300300
- test_integrations
301-
# test-visual-regressions:
302-
# executor: node
303-
# steps:
304-
# - checkout_with_cache
305-
# - test_visual_regressions
301+
test-visual-regressions:
302+
executor: node
303+
steps:
304+
- checkout_with_cache
305+
- test_visual_regressions
306306
test-jest:
307307
executor: node
308308
steps:
@@ -363,9 +363,9 @@ workflows:
363363
- test-integrations:
364364
requires:
365365
- build-deps
366-
# - test-visual-regressions:
367-
# requires:
368-
# - build-deps
366+
- test-visual-regressions:
367+
requires:
368+
- build-deps
369369
- typecheck:
370370
requires:
371371
- build-deps
@@ -388,7 +388,7 @@ workflows:
388388
- typecheck
389389
- test-integrations
390390
- test-jest
391-
# - test-visual-regressions
391+
- test-visual-regressions
392392
filters:
393393
branches:
394394
only:

0 commit comments

Comments
 (0)