Skip to content

Commit

Permalink
Create ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaterina-Vititneva committed May 19, 2024
1 parent 6209617 commit f5bbb08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Testing
on: push

jobs:
test_project:
runs-on: ubuntu-latest
steps:
- users: actions/checkout@v2
- name: Run Django unit tests
run: |
pip install --user django
python3 manage.py test

0 comments on commit f5bbb08

Please sign in to comment.