Revert "Add test workflow"

This reverts commit 47f008628f.
This commit is contained in:
Lukáš Kucharczyk 2023-11-18 10:39:43 +01:00
parent d79f387de7
commit a1b3e1efc2
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
name: Test
on: [ push, pull_request ]
jobs:
run-tests:
runs-on: python:3.12
steps:
- python -m pip install poetry
- poetry install
- poetry env info
- poetry run python manage.py migrate
- poetry run pytest