Skip to content

Commit

Permalink
add line
Browse files Browse the repository at this point in the history
  • Loading branch information
renansantosmendes committed Nov 3, 2022
1 parent 4d81dd6 commit 8fe5f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if: github.ref == 'refs/heads/master' && job.status == 'success'
- name: Test
run: |
python -m pytest test.py
Expand Down

0 comments on commit 8fe5f1f

Please sign in to comment.