Skip to content

Update ci.yml

Update ci.yml #3

Workflow file for this run

name: Testing
on: push
jobs:
test_project:
runs-on: ubuntu-latest

Check failure on line 6 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
steps:
- users: actions/checkout@v2
- name: Run Django unit tests
run: |
pip install --user django
python3 manage.py test