Skip to content

Commit

Permalink
Update build-system/pr-check/visual-diff-tests.js
Browse files Browse the repository at this point in the history
Co-authored-by: Raghu Simha <rsimha@amp.dev>
  • Loading branch information
rileyajones and rsimha authored May 13, 2021
1 parent 2212b0c commit 3913142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-system/pr-check/visual-diff-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function prBuildWorkflow() {
if (buildTargetsInclude(Targets.RUNTIME, Targets.VISUAL_DIFF)) {
timedExecOrDie('amp visual-diff --nobuild');
} else {
process.env['PERCY_TOKEN'] = atob(process.env.PERCY_TOKEN_ENCODED);
timedExecOrDie('amp visual-diff --empty');
skipDependentJobs(
jobName,
Expand Down

0 comments on commit 3913142

Please sign in to comment.