From 9ab40af430beb851eeb1671af768268333e942ce Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 15 Jan 2020 14:52:26 -0700 Subject: [PATCH] Ensure autogenned files are present for tests --- .buildkite/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 21ba5be89c..6f383d8b26 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -45,6 +45,7 @@ steps: - "echo '--- Fetching Dependencies'" - "./scripts/fetch-develop.deps.sh --depth 1" - "yarn install" + - "yarn build:genfiles" # We have to build the app to make sure the autogenned files are present - "echo '+++ Running Tests'" - "yarn test" plugins: