Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaterina-Vititneva committed May 19, 2024
1 parent 5fabffa commit 00e506c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 07_Testing-CI-CD/airline0/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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
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 00e506c

Please sign in to comment.