Skip to content

Commit

Permalink
[CI BUILD] test packages-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Dec 10, 2023
1 parent b9c9ae0 commit 9d47332
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,11 @@ jobs:
androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS || 'FakeKey' }}
continue-on-error: true

- name: git diff
run: |
git diff || true
cat Packages/packages-lock.json
- name: Check build state
if: ${{ steps.unity_builder.outputs.engineExitCode != 0 }} # not always() because if we cancel the job, this shouldn't run
run: |
Expand Down

0 comments on commit 9d47332

Please sign in to comment.