less errors please
This commit is contained in:
parent
9757e58998
commit
d299edd10d
@ -14,6 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: run crawler
|
||||
run: |
|
||||
sed -i "/^error_reporting/c\error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE" /etc/php/7.4/cli/php.ini
|
||||
cd crawler
|
||||
php crawler.php
|
||||
git config --global user.email "gitea@haschek.at"
|
||||
|
@ -1,17 +0,0 @@
|
||||
on: [push]
|
||||
|
||||
|
||||
jobs:
|
||||
update_database:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: All tools we need
|
||||
run: apt update && apt install -y php
|
||||
- name: run test
|
||||
run: |
|
||||
find /etc/php/7.4
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user