c3lf-system-3/.forgejo/workflows/deploy.yml
jedi 9beb60414c
Some checks failed
/ test (push) Failing after 30s
/ deploy (push) Successful in 19s
add test stage in workflow
2024-11-09 05:30:31 +01:00

16 lines
338 B
YAML

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
steps:
- run: ansible --version