We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889bd07 commit a43fc32Copy full SHA for a43fc32
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: 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