Use catthehacker/ubuntu:act-22.04 for tests
All checks were successful
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 13s

This commit is contained in:
marwin 2026-03-16 20:03:49 +01:00
parent 3677295580
commit aa0b8ee6f9

View file

@ -11,15 +11,12 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: python:3.12-slim image: catthehacker/ubuntu:act-22.04
steps: steps:
- name: Install git
run: apt-get update && apt-get install -y --no-install-recommends git
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies - name: Install Python dependencies
run: pip install --no-cache-dir -r requirements.txt run: pip install --no-cache-dir -r requirements.txt
- name: Django system check - name: Django system check