File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ jobs:
475
475
- run :
476
476
name : Inject Percy Environment variables
477
477
command : |
478
- echo 'export PERCY_TOKEN="$PERCY_TOKEN_E2E "' >> $BASH_ENV
478
+ echo 'export PERCY_TOKEN="$PERCY_TOKEN "' >> $BASH_ENV
479
479
- restore_cache :
480
480
key : dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}-{{ checksum ".circleci/config.yml" }}
481
481
- attach_workspace :
@@ -550,6 +550,9 @@ jobs:
550
550
working_directory : ~/dash/components/dash-table
551
551
docker :
552
552
- image : circleci/node:14-browsers
553
+ environment :
554
+ PERCY_TOKEN : $PERCY_TOKEN_TABLE
555
+
553
556
steps :
554
557
- checkout :
555
558
path : ~/dash
@@ -567,7 +570,7 @@ jobs:
567
570
command : npm run private::build:js
568
571
- run :
569
572
name : Run visual tests
570
- command : npm run test.visual
573
+ command : PERCY_TOKEN=$PERCY_TOKEN_TABLE npm run test.visual
571
574
- store_artifacts :
572
575
path : storybook-static
573
576
You can’t perform that action at this time.
0 commit comments