We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6ec3c commit ade4288Copy full SHA for ade4288
.github/workflows/tests.yml
@@ -120,6 +120,9 @@ jobs:
120
- name: Twig Lint
121
run: bin/console lint:twig ${{ env.PLUGIN_DIR }}
122
123
+ - name: Create writable directory
124
+ run: mkdir -p ./media/files/temp && chmod -R 777 ./media/files/temp
125
+
126
- name: Run PHPUNIT tests
127
env:
128
DB_PORT: ${{ job.services.database.ports[3306] }}
0 commit comments