Skip to content

Commit e48c24e

Browse files
committed
Add Disable fastcgi-finish
1 parent c48b994 commit e48c24e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
sudo cp -R ./* /var/www/html/PHP-Frameworks-Bench/
3737
sudo chown -R www-data:www-data /var/www/html
3838
39+
- name: Disable fastcgi-finish
40+
run: sudo bash disable-fastcgi.sh
41+
3942
- name: Restart apache server
4043
run: sudo service apache2 restart
4144

0 commit comments

Comments
 (0)