Ensure autogenned files are present for tests

This commit is contained in:
Travis Ralston 2020-01-15 14:52:26 -07:00
parent bcda501864
commit 9ab40af430

View file

@ -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: