Skip to content

Commit a7d7128

Browse files
authored
Merge pull request #391 from myoung34/test_dir
Fix temp dir location for tests
2 parents 560b1e0 + 583d899 commit a7d7128

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
-e ENTERPRISE_NAME=emyoung34 \
8787
-e LABELS=blue,green \
8888
-e RUNNER_TOKEN=3456 \
89-
-e RUNNER_WORKDIR=tmp/a \
89+
-e RUNNER_WORKDIR=/tmp/a \
9090
-e RUNNER_GROUP=wat \
9191
-e GITHUB_HOST=github.example.com \
9292
-e DISABLE_AUTOMATIC_DEREGISTRATION=true \
@@ -165,7 +165,7 @@ jobs:
165165
-e ENTERPRISE_NAME=emyoung34 \
166166
-e LABELS=blue,green \
167167
-e RUNNER_TOKEN=3456 \
168-
-e RUNNER_WORKDIR=tmp/a \
168+
-e RUNNER_WORKDIR=/tmp/a \
169169
-e RUNNER_GROUP=wat \
170170
-e GITHUB_HOST=github.example.com \
171171
-e DISABLE_AUTOMATIC_DEREGISTRATION=true \

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
-e ENTERPRISE_NAME=emyoung34 \
9090
-e LABELS=blue,green \
9191
-e RUNNER_TOKEN=3456 \
92-
-e RUNNER_WORKDIR=tmp/a \
92+
-e RUNNER_WORKDIR=/tmp/a \
9393
-e RUNNER_GROUP=wat \
9494
-e GITHUB_HOST=github.example.com \
9595
-e DISABLE_AUTOMATIC_DEREGISTRATION=true \
@@ -172,7 +172,7 @@ jobs:
172172
-e ENTERPRISE_NAME=emyoung34 \
173173
-e LABELS=blue,green \
174174
-e RUNNER_TOKEN=3456 \
175-
-e RUNNER_WORKDIR=tmp/a \
175+
-e RUNNER_WORKDIR=/tmp/a \
176176
-e RUNNER_GROUP=wat \
177177
-e GITHUB_HOST=github.example.com \
178178
-e DISABLE_AUTOMATIC_DEREGISTRATION=true \

0 commit comments

Comments
 (0)