use the correct container
Some checks failed
Django Tests / test (push) Failing after 54s

This commit is contained in:
Tobias Brunner 2025-06-20 14:53:27 +02:00
parent 3a305996ed
commit 7ec978de93
No known key found for this signature in database

View file

@ -8,6 +8,8 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4