From 40b5b784a39f3f5fa4c8be9ad6dcaa02de52fbec Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 11 Jul 2019 12:49:08 -0600 Subject: [PATCH] Break out into sections --- .buildkite/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 05f7888106..af55fe8cb4 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -87,8 +87,9 @@ steps: - label: "🌐 i18n" command: - # Do the things needed to actually run the i18n stuff + - "echo '--- Fetching Dependencies'" - "yarn install" + - "echo '+++ Testing i18n output'" - "yarn diff-i18n" plugins: - docker#v3.0.1: