Skip to content

Commit 9498493

Browse files
committed
Change temp folder
1 parent f4e570a commit 9498493

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636

3737
- name: Run tests
3838
run: vendor/bin/phpunit --no-coverage
39-
- name: Debug
40-
run: echo ${RUNNER_TEMP}
4139

4240
behat:
4341
name: Tests (Behat with PHP ${{ matrix.php }})
@@ -54,8 +52,8 @@ jobs:
5452
# REDMINE_SECRET_KEY_BASE: supersecretkey
5553
REDMINE_PLUGINS_MIGRATE: true
5654
volumes:
57-
- /var/tmp/redmine-60002_data/files:/usr/src/redmine/files
58-
- /var/tmp/redmine-60002_data/sqlite:/usr/src/redmine/sqlite
55+
- /home/runner/work/_temp/redmine-60002_data/files:/usr/src/redmine/files
56+
- /home/runner/work/_temp/redmine-60002_data/sqlite:/usr/src/redmine/sqlite
5957
options: --health-cmd="wget -O /dev/null http://localhost:3000" --health-start-period=30s --health-interval=30s --health-timeout=30s --health-retries=3
6058

6159
strategy:

tests/Behat/behat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ github-actions:
2525
contexts:
2626
- Redmine\Tests\Behat\Bootstrap\FeatureContext:
2727
redmineVersion: '6.0.2'
28-
rootPath: '/var/tmp'
28+
rootPath: '/home/runner/work/_temp'
2929
redmine_50105:
3030
contexts:
3131
- Redmine\Tests\Behat\Bootstrap\FeatureContext:
3232
redmineVersion: '5.1.5'
33-
rootPath: '/var/tmp'
33+
rootPath: '/home/runner/work/_temp'
3434
redmine_50010:
3535
contexts:
3636
- Redmine\Tests\Behat\Bootstrap\FeatureContext:
3737
redmineVersion: '5.0.10'
38-
rootPath: '/var/tmp'
38+
rootPath: '/home/runner/work/_temp'

0 commit comments

Comments
 (0)