Align diff test with rename

This commit is contained in:
Webber 2020-02-01 20:27:36 +01:00 committed by Webber Takken
parent f3a984165e
commit b781b891ec
2 changed files with 2 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long