Skip to content

Commit

Permalink
More longs
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Oct 22, 2024
1 parent d9a0eda commit c0eee7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
docker exec -e SELENIUM_DEBUG=1 -e SELENIUM_TIMEOUT=30 cl-django
python /opt/courtlistener/manage.py test
cl --verbosity=2 ${{ matrix.tag_flags }} --parallel
- name: GET LOADS OF LOGS
if: failure()
run: docker compose logs --since 90m
- name: Export selenium results from docker to host
if: failure()
run: |
Expand Down

0 comments on commit c0eee7b

Please sign in to comment.