Skip to content

Commit

Permalink
MORE
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Oct 22, 2024
1 parent 73febef commit ca318b7
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ jobs:
# dependencies
- name: Set up docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=bridge
- name: Prebuild docker images
uses: docker/build-push-action@v6
with:
context: ./courtlistener
file: ./courtlistener/docker/django/Dockerfile
load: true
build-args: |
BUILD_ENV=dev
cache-from: type=gha
cache-to: type=gha,mode=max

# Prepare Docker images
- name: Pull docker images
Expand Down Expand Up @@ -108,7 +96,7 @@ jobs:
- name: GET LOADS OF LOGS
working-directory: courtlistener/docker/courtlistener
if: failure()
run: docker compose logs --since 90m
run: sleet 5 && docker compose logs --since 90m
- name: Export selenium results from docker to host
if: failure()
run: |
Expand Down

0 comments on commit ca318b7

Please sign in to comment.