Skip to content

Commit df68f09

Browse files
committed
attach activate workspace
1 parent a7f5417 commit df68f09

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

example/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,4 @@ workflows:
7979
method: Execute.Method
8080
- teardown:
8181
requires:
82-
- unity-ci-test-playmode
83-
- unity-ci-test-editmode
82+
- unity-ci/execute_method

src/orbs/unity-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
default: .
119119
executor: << parameters.exec >>
120120
steps:
121+
- attach_workspace:
122+
at: /activateTools
121123
- setup_remote_docker:
122124
docker_layer_caching: true
123125
- checkout
@@ -152,6 +154,8 @@ jobs:
152154
type: string
153155
executor: << parameters.exec >>
154156
steps:
157+
- attach_workspace:
158+
at: /activateTools
155159
- setup_remote_docker:
156160
docker_layer_caching: true
157161
- checkout
@@ -177,6 +181,8 @@ jobs:
177181
type: string
178182
executor: << parameters.exec >>
179183
steps:
184+
- attach_workspace:
185+
at: /activateTools
180186
- setup_remote_docker:
181187
docker_layer_caching: true
182188
- checkout

0 commit comments

Comments
 (0)