Skip to content

Commit

Permalink
Debug with tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Dec 18, 2023
1 parent 9d5abcb commit 8d2ec9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,15 @@ jobs:
run: |
unzip -P '${{ secrets.CASE_DB_PW }}' cases.db.zip
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run scrape
env:
SCRAPY_SETTINGS_MODULE: "courtscraper.settings"
run: |
echo $BEGIN_COURTS_RUN
echo PYTHONPATH="courtscraper" >> $GITHUB_ENV
make get_new_records
- name: Setup database for upload
Expand Down

0 comments on commit 8d2ec9f

Please sign in to comment.