Compare commits

...

2 Commits

Author SHA1 Message Date
Chris b1dbebf17f test2
Build and push / Pulling repo on server (push) Successful in 2s Details
/ update_database (push) Successful in 1m0s Details
2023-12-23 20:02:41 +01:00
Chris 4eb299339e test 2023-12-23 20:02:16 +01:00
1 changed files with 17 additions and 0 deletions

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

@ -0,0 +1,17 @@
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