We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafff2f commit 8e82854Copy full SHA for 8e82854
1 file changed
.circleci/config.yml
@@ -24,16 +24,16 @@ jobs:
24
<<: *test-2019
25
environment:
26
TEST_PLATFORM: editmode
27
- test-playmode-2019:
28
- <<: *test-2019
29
- environment:
30
- TEST_PLATFORM: playmode
+# test-playmode-2019:
+# <<: *test-2019
+# environment:
+# TEST_PLATFORM: playmode
31
32
workflows:
33
version: 2
34
test:
35
jobs:
36
- test-editmode-2019:
37
context: Unity
38
- - test-playmode-2019:
39
- context: Unity
+# - test-playmode-2019:
+# context: Unity
0 commit comments