Fuck forgejo actions
Some checks failed
/ test (push) Failing after 3m7s
/ deploy (push) Has been skipped

This commit is contained in:
lagertonne 2024-11-11 21:17:09 +01:00
parent c0d8069097
commit 33631f4f2d

View file

@ -7,16 +7,16 @@ jobs:
test:
runs-on: docker
container:
image: docker.io/node:20-bookworm
image: ghcr.io/catthehacker/ubuntu:act-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'
- name: Install needed python modules
working-directory: core
run: cd core && pip install -r requirements.prod.txt
run: cd core && pip3 install -r requirements.prod.txt
- name: Run django tests
working-directory: core
run: python3 -m manage.py test