This commit is contained in:
Chris 2023-12-23 20:02:16 +01:00
parent b6b82cae41
commit 4eb299339e
1 changed files with 16 additions and 0 deletions

16
.gitea/workflows/test.yml Normal file
View File

@ -0,0 +1,16 @@
on: [push]
jobs:
update_database:
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
- name: Checkout
uses: actions/checkout@v4
- name: run test
run: |
ls -la /etc/php*
#sed -i "/^error_reporting/c\error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE" /etc/php82/php.ini