Skip to content

update test image to ubuntu 24.04 #174

update test image to ubuntu 24.04

update test image to ubuntu 24.04 #174

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
check:
name: run checks
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: run checks
run: docker-compose run --rm django-pg-zero-downtime-migrations-tests tox