Skip to content

Commit f0ff572

Browse files
committed
test: add random path prefix to ACTIONS_CACHE_URL
1 parent ed0094d commit f0ff572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/.env.base

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
API_BASE_URL=http://localhost:3000
22
NODE_ENV=development
33
RUNNER_TEMP=tests/temp/runner
4-
ACTIONS_RESULTS_URL=http://localhost:3000/
4+
ACTIONS_RESULTS_URL=http://localhost:3000/
5+
ACTIONS_CACHE_URL=http://localhost:3000/random/

0 commit comments

Comments
 (0)