ci test
Some checks failed
fetch npm modules / f0ck the f0cker (push) Failing after 1m13s

This commit is contained in:
Flummi
2023-04-30 13:53:34 +02:00
parent 4ca44ee8b9
commit bab2a03382
2 changed files with 21 additions and 5 deletions

View File

@ -30,14 +30,17 @@ jobs:
run: |
apt-get update
apt-get install --yes postgresql-client
- name: import f0ck database
run: psql -h postgres -d f0ck -U f0ck < f0ck.sql
env:
PGPASSWORD: f0ck
- name: create directories
run: mkdir -p tmp public/ca deleted/{ca,b,t}
- name: copy config
run: cp config_example.json config.json
- name: run f0ck
run: npm start