Skip to content
Merged
Changes from all 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
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,13 @@ jobs:
- 6000.0.43f1
- 6000.0.44f1 # pin test-framework v1.5.1
- 6000.0.59f2 # pin test-framework v1.6.0
- 6000.2.5f1 # pin test-framework v1.5.1
- 6000.2.6f1 # pin test-framework v1.6.0
- 6000.3.1f1
- 6000.3.12f1
- &latest_unity_version 6000.4.1f1
testMode:
- All # run tests in editor
include:
- unityVersion: 6000.3.1f1
- unityVersion: *latest_unity_version
octocov: true
- unityVersion: 6000.3.1f1
testMode: Standalone # run tests on player

steps:
- name: Checkout repository
Expand Down
Loading