Skip to content

Commit 47b31dd

Browse files
committed
Fix volumes in github actions tests
1 parent c271fac commit 47b31dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
# REDMINE_SECRET_KEY_BASE: supersecretkey
5353
REDMINE_PLUGINS_MIGRATE: true
5454
volumes:
55-
- ./.docker/redmine-60002_data/files:/usr/src/redmine/files
56-
- ./.docker/redmine-60002_data/sqlite:/usr/src/redmine/sqlite
55+
- ../.redmine-temp/redmine-60002_data/files:/usr/src/redmine/files
56+
- ../.redmine-temp/redmine-60002_data/sqlite:/usr/src/redmine/sqlite
5757

5858
strategy:
5959
fail-fast: false

0 commit comments

Comments
 (0)