shorter
Build and push / Pulling repo on server (push) Successful in 2s Details
/ update_database (push) Failing after 11s Details

This commit is contained in:
Chris 2023-12-23 20:04:18 +01:00
parent b1dbebf17f
commit 1e1617eb53
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: All tools we need
run: apt update && apt install -y default-jre git php php-dom php-curl php-sqlite3
run: apt update && apt install -y
- name: Checkout
uses: actions/checkout@v4
- name: run test
run: |
ls -la /etc/php*
find /etc/php7.4
#sed -i "/^error_reporting/c\error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE" /etc/php82/php.ini