mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
add check to verify dist files (#21)
* add check to verify dist files * change src, without running git hooks (expect failure) * change src again, now do run commit hook (expect success) * cleanup before squash
This commit is contained in:
parent
57d2023972
commit
adb8cfef12
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -13,3 +13,5 @@ jobs:
|
||||
- run: yarn
|
||||
- run: yarn lint
|
||||
- run: yarn test
|
||||
- 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; }
|
||||
|
Loading…
Reference in New Issue
Block a user