Skip to content

Commit a43fc32

Browse files
committed
fix: fix permissions
1 parent 889bd07 commit a43fc32

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
docker compose logs redmine-6-1 redmine-6-0 redmine-5-1
9191
exit 1
9292
93+
- name: Fix permissions
94+
run: chmod -R 777 .docker/redmine-*_data/
95+
9396
- name: Run behat
9497
run: vendor/bin/behat --config tests/Behat/behat.yml --profile=github-actions --suite=redmine_6_1
9598

0 commit comments

Comments
 (0)