Skip to content

Commit

Permalink
cl-postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Oct 21, 2024
1 parent 6491e91 commit a923961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
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
run: docker compose -f docker-compose.yml -f docker-compose.tmpfs.yml up -d --no-build --pull=never cl-postgresql
- name: Show the docker startup logs
working-directory: courtlistener/docker/courtlistener
run: docker compose logs
Expand Down

0 comments on commit a923961

Please sign in to comment.