Skip to content

Commit

Permalink
add a missing working-dir line in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyfung committed Aug 31, 2023
1 parent 393c857 commit d327e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hk0weather.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: List available scrapers
run: |
coverage run -a -m scrapy list
working-directory: hk0weather
- name: Test a scraper of regional weather
run: |
coverage run -a -m scrapy crawl regional -o regional.csv
Expand Down

0 comments on commit d327e69

Please sign in to comment.