Skip to content

Commit

Permalink
add empty passing check to visual-diff tests when they are not needed (
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyajones authored May 14, 2021
1 parent cdc8fb9 commit 582c7d5
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 {
timedExecOrDie('amp visual-diff --empty');
skipDependentJobs(
jobName,
'this PR does not affect the runtime or visual diff tests'
Expand Down

0 comments on commit 582c7d5

Please sign in to comment.