Skip to content

Commit

Permalink
If no tests, return 0 exit code
Browse files Browse the repository at this point in the history
Needed to ensure CI passes at this early stage in the repo's life while it has no spiders.
  • Loading branch information
SimmonsRitchie committed Feb 5, 2024
1 parent 2f431cb commit e6d0c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Test with pytest
run: |
pipenv run pytest
pipenv run pytest || [ $? -eq 5 ]
- name: Validate output with scrapy
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit e6d0c2b

Please sign in to comment.