We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5213e80 commit 874bbd2Copy full SHA for 874bbd2
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Copy files to web root
26
run: |
27
- mkdir /var/www/html/PHP-Frameworks-Bench
+ sudo mkdir /var/www/html/PHP-Frameworks-Bench
28
cp -R ./* /var/www/html/PHP-Frameworks-Bench/
29
30
- name: Restart apache server
0 commit comments