Skip to content

Commit

Permalink
Update bindings workflow to only check for bindings changes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Oct 31, 2024
1 parent 6264ae4 commit a43e18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unity-testsuite-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Check for changes
run: |
git diff --exit-code
git diff --exit-code unity-tests~/client/Assets/Scripts/autogen
continue-on-error: true

- name: Fail if there are changes
Expand Down

0 comments on commit a43e18e

Please sign in to comment.