Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
parent
f07e9c7bb4
commit
418b25e45d
@ -1,12 +1,12 @@
|
|||||||
name: Test Django
|
name: Test Django
|
||||||
|
run-name: ${{ gitea.actor }} testing
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
migrate:
|
migrate:
|
||||||
name: SQLITE3 Migrations
|
name: Test migration
|
||||||
runs-on: ubuntu:latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user