Delete main.yml

This commit is contained in:
Fundor333
2021-01-07 19:24:16 +01:00
committed by GitHub
parent 248307d334
commit 24b3d25e78

View File

@@ -1,18 +0,0 @@
name: Run Django tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Install dependencies
run: make install
- name: Run tests
run: make test