File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -79,5 +79,4 @@ workflows:
79
79
method : Execute.Method
80
80
- teardown :
81
81
requires :
82
- - unity-ci-test-playmode
83
- - unity-ci-test-editmode
82
+ - unity-ci/execute_method
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ jobs:
118
118
default : .
119
119
executor : << parameters.exec >>
120
120
steps :
121
+ - attach_workspace :
122
+ at : /activateTools
121
123
- setup_remote_docker :
122
124
docker_layer_caching : true
123
125
- checkout
@@ -152,6 +154,8 @@ jobs:
152
154
type : string
153
155
executor : << parameters.exec >>
154
156
steps :
157
+ - attach_workspace :
158
+ at : /activateTools
155
159
- setup_remote_docker :
156
160
docker_layer_caching : true
157
161
- checkout
@@ -177,6 +181,8 @@ jobs:
177
181
type : string
178
182
executor : << parameters.exec >>
179
183
steps :
184
+ - attach_workspace :
185
+ at : /activateTools
180
186
- setup_remote_docker :
181
187
docker_layer_caching : true
182
188
- checkout
You can’t perform that action at this time.
0 commit comments