Skip to content

Commit

Permalink
Fix transcripts in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Jul 24, 2024
1 parent 9b40199 commit 2f47466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
docker volume rm docker_postgresVolume 2>/dev/null || true
# Start share and it's dependencies in the background
docker compose -f docker/transcripts.docker-compose.yml up --wait
docker compose -f docker/docker-compose.yml up --wait
# Run the transcript tests
zsh ./transcripts/run-transcripts.zsh
Expand Down

0 comments on commit 2f47466

Please sign in to comment.