Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/editmodetestrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
- run: npm install jsdom
- run: npm install fs
- name: Run tests
uses: game-ci/unity-test-runner@v2
uses: game-ci/unity-test-runner@v4
with:
testMode: editmode
githubToken: ${{ secrets.GITHUB_TOKEN }}
env:
UNITY_LICENSE_FILE: ../Documents/UnityLicense.ulf
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
- name: Produce summary output
uses: ./.github/actions/interpret-test-results
if: always()
Expand Down
Loading
Loading