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 00e506c commit 7f70aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 07_Testing-CI-CD/airline0/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on: push
jobs:
test_project:
runs-on: ubuntu-latest

steps:
- users: actions/checkout@v2
- uses: actions/checkout@v2
- name: Run Django unit tests
run: |
pip install --user django
Expand Down

0 comments on commit 7f70aee

Please sign in to comment.