We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a19fb5 commit 4c8ec52Copy full SHA for 4c8ec52
1 file changed
.github/workflows/tests.yml
@@ -90,6 +90,9 @@ jobs:
90
docker compose logs redmine-6-1 redmine-6-0 redmine-5-1
91
exit 1
92
93
+ - name: Fix permissions
94
+ run: sudo chmod -R 777 .docker/redmine-*_data/
95
+
96
- name: Run behat
97
run: vendor/bin/behat --config tests/Behat/behat.yml --profile=github-actions --suite=redmine_6_1
98
0 commit comments