c3lf-system-3/.forgejo/workflows/deploy.yml
jedi d93b1b83d7
Some checks failed
/ test (push) Failing after 26s
/ deploy (push) Successful in 18s
add test stage in workflow
2024-11-09 05:38:09 +01:00

19 lines
411 B
YAML

on: [ push ]
jobs:
test:
runs-on: docker
container:
image: docker.io/python:latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- 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