Skip to content

Commit dc176c7

Browse files
committed
Added -automated flag
1 parent 2d7d7d3 commit dc176c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/webgl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
4444
# Engine is initialized in ‘nographics’ mode since we don't need any graphics for this case (--extra-editor-arg=-nographics)
4545
# In case of failure the job will be rerunned once (--reruncount=1) with clean library (--clean-library-on-rerun)
4646
# This will perform only building phase (--build-only) with a timeout of 3m (--timeout=1800)
47-
- UnifiedTestRunner --suite=playmode --platform=WebGL --scripting-backend=il2cpp --testproject={{ project.path }} --editor-location=.Editor --artifacts_path=artifacts --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nolightmap --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only --timeout=1800
47+
- UnifiedTestRunner --suite=playmode --platform=WebGL --scripting-backend=il2cpp --testproject={{ project.path }} --editor-location=.Editor --artifacts_path=artifacts --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nolightmap --extra-editor-arg=-nographics -extra-editor-arg=-automated --reruncount=1 --clean-library-on-rerun --build-only --timeout=1800
4848
artifacts:
4949
logs:
5050
paths:

0 commit comments

Comments
 (0)