testing schedule

This commit is contained in:
Chris 2023-12-12 20:47:37 +01:00
parent 05b56f50ac
commit 4742e2a9f8
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# on:
# schedule:
# - cron: '1 1 * * *' # every day at 1:01am
on: [push]
jobs:
update_database:
runs-on: docker-alpine
steps:
- name: All tools we need
run: apk add --no-cache git curl jq openjdk21-jre php php-dom php-curl php-openssl php-sqlite3
- name: Checkout
uses: actions/checkout@v4
- name: run crawler
run: |
cd crawler
php crawler.php