Skip to content

Commit

Permalink
-Merging remote job with other scrapes. PaulMcInnis#126
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigG committed Dec 15, 2020
1 parent 3e93b99 commit 9e7cbb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/ci-remote.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: After Success
run: |
bash <(curl -s https://codecov.io/bash)
- name: Run a Remote jobs only scrape
run: |
funnel inline -kw Python -ps ON -c Toronto -l CANADA_ENGLISH -remoteness FULLY_REMOTE -p INDEED -log-level DEBUG -csv demo_job_search_results/demo_remote_search.csv -cache demo_job_search_results/cache3 -blf demo_job_search_results/demo_block_list.json -dl demo_job_search_results/demo_duplicates_list.json -log-file demo_job_search_results/log.log -max-listing-days 3
# TODO: modify some job statuses and run with --no-scrape...
# - './tests/verify_time.sh' TODO: some way of verifying execution time
Expand Down

0 comments on commit 9e7cbb3

Please sign in to comment.