yetzt?
/ update_database (push) Failing after 6s Details
Build and push / Pulling repo on server (push) Successful in 2s Details

This commit is contained in:
Chris 2023-12-12 21:22:50 +01:00
parent d9a915bfce
commit d2ebd3d81e
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ on: [push]
jobs:
update_database:
runs-on: alpine
runs-on: ubuntu-latest
steps:
- name: All tools we need
run: apk add git curl jq openjdk21-jre php php-dom php-curl php-openssl php-sqlite3
run: apt install default-jre git php php-dom php-curl php-openssl php-sqlite3
- name: Checkout
uses: actions/checkout@v4
- name: run crawler