real deal
Build and push / Pulling repo on server (push) Successful in 2s Details
/ update_database (push) Successful in 21s Details

This commit is contained in:
Chris 2023-12-23 20:07:20 +01:00
parent a0f70c6619
commit 9757e58998
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ jobs:
- name: run test
run: |
find /etc/php/7.4
#sed -i "/^error_reporting/c\error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE" /etc/php82/php.ini
grep "error_reporting" /etc/php/7.4/cli/php.ini
sed -i "/^error_reporting/c\error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE" /etc/php/7.4/cli/php.ini
grep "error_reporting" /etc/php/7.4/cli/php.ini