Give more info about what is different

This commit is contained in:
Webber 2020-02-01 20:49:19 +01:00 committed by Webber Takken
parent 1c91a3bf31
commit 0399609b07
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- run: yarn lint
- run: yarn test
- run: yarn build || { echo "build command should always succeed" ; exit 61; }
- run: yarn build --quiet && git diff --quiet action || { echo "action should be auto generated" ; exit 62; }
- run: yarn build --quiet && git diff --quiet action || { echo "action should be auto generated" ; git diff action ; exit 62; }
buildForAllPlatforms:
name: Build for ${{ matrix.targetPlatform }} on version ${{ matrix.unityVersion }}

File diff suppressed because one or more lines are too long