Skip to content

Commit 0399609

Browse files
committed
Give more info about what is different
1 parent 1c91a3b commit 0399609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn lint
2121
- run: yarn test
2222
- run: yarn build || { echo "build command should always succeed" ; exit 61; }
23-
- run: yarn build --quiet && git diff --quiet action || { echo "action should be auto generated" ; exit 62; }
23+
- run: yarn build --quiet && git diff --quiet action || { echo "action should be auto generated" ; git diff action ; exit 62; }
2424

2525
buildForAllPlatforms:
2626
name: Build for ${{ matrix.targetPlatform }} on version ${{ matrix.unityVersion }}

action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)