add test stage in workflow
Some checks failed
/ test (push) Failing after 30s
/ deploy (push) Successful in 19s

This commit is contained in:
j3d1 2024-11-09 05:28:27 +01:00
parent fde173baf7
commit 9beb60414c

View file

@ -1,6 +1,13 @@
on: [push]
on: [ push ]
jobs:
test:
runs-on: docker
container:
image: docker.io/python:latest
steps:
- run: pip install -r core/requirements.dev.txt
- run: python manage.py test
deploy:
runs-on: docker
container:
image: docker.io/serversideup/ansible:latest