Skip to content

Commit 8e82854

Browse files
committed
ci(circleci): skip playmode tests for now
1 parent eafff2f commit 8e82854

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
<<: *test-2019
2525
environment:
2626
TEST_PLATFORM: editmode
27-
test-playmode-2019:
28-
<<: *test-2019
29-
environment:
30-
TEST_PLATFORM: playmode
27+
# test-playmode-2019:
28+
# <<: *test-2019
29+
# environment:
30+
# TEST_PLATFORM: playmode
3131

3232
workflows:
3333
version: 2
3434
test:
3535
jobs:
3636
- test-editmode-2019:
3737
context: Unity
38-
- test-playmode-2019:
39-
context: Unity
38+
# - test-playmode-2019:
39+
# context: Unity

0 commit comments

Comments
 (0)