changed runs name
Some checks are pending
Test Django / Test migration (push) Has started running

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-12-19 19:30:31 +01:00
parent f07e9c7bb4
commit 418b25e45d

View File

@ -1,12 +1,12 @@
name: Test Django
run-name: ${{ gitea.actor }} testing
on:
push:
on: [push]
jobs:
migrate:
name: SQLITE3 Migrations
runs-on: ubuntu:latest
name: Test migration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9