Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
officialpm authored Jun 8, 2021
1 parent 9bcc645 commit 1b0c8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
pip install .
- name: Scrape using CLI
run: |
output=/tmp/B07L11FV3B.csv
scrape-amazon in B07L11FV3B $output
output=/tmp/B078BNQ318.csv
scrape-amazon in B078BNQ318 $output
(test -f $output && echo $output exists) || echo $output does not exist, skipping step
rm -rf $output
- name: Install from dist
Expand Down

0 comments on commit 1b0c8f4

Please sign in to comment.