Skip to content

Commit

Permalink
Give more info about what is different
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Feb 1, 2020
1 parent 1c91a3b commit 0399609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion action/index.js

Large diffs are not rendered by default.

0 comments on commit 0399609

Please sign in to comment.