Skip to content

Commit

Permalink
cl-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Oct 21, 2024
1 parent 2e1bc0d commit 6491e91
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 @@ -85,6 +85,9 @@ jobs:
run: docker compose -f docker-compose.yml -f docker-compose.tmpfs.yml up -d --no-build --pull=never
- name: List docker containers
run: docker ps -a --no-trunc
- name: Start docker containers
working-directory: courtlistener/docker/courtlistener
run: docker compose -f docker-compose.yml -f docker-compose.tmpfs.yml up -d --no-build --pull=never cl-postgres
- name: Show the docker startup logs
working-directory: courtlistener/docker/courtlistener
run: docker compose logs
Expand Down

0 comments on commit 6491e91

Please sign in to comment.