Skip to content

Commit 8b002f7

Browse files
author
Chris Elion
committed
update yamato tests for 2020.1
1 parent 56cb337 commit 8b002f7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.yamato/com.unity.ml-agents-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
test_editors:
22
- version: 2019.4
33
enableCodeCoverage: !!bool true
4-
# We want some scene tests to run in the DevProject, but packages there only support 2019+
4+
# We want some scene tests to run in the DevProject, but packages there only support 2020+
55
testProject: Project
66
enableNoDefaultPackages: !!bool true
77
- version: 2020.2
88
enableCodeCoverage: !!bool true
99
testProject: DevProject
1010
enableNoDefaultPackages: !!bool true
11+
- version: 2021.1
12+
enableCodeCoverage: !!bool true
13+
testProject: DevProject
14+
enableNoDefaultPackages: !!bool true
1115

1216
trunk_editor:
1317
- version: trunk

.yamato/test_versions.metafile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ test_editors:
77
extra_test: gym
88
- version: 2020.3
99
extra_test: sensor
10-
# TODO change to 2021.1 soon
11-
- version: 2020.2
10+
- version: 2021.1
1211
extra_test: llapi

0 commit comments

Comments
 (0)