Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix docker test and build over main branch #478

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 6, 2024

  1. test: fix docker test and build over main branch

    - Remove the dependency from the sendgrid-oai repo and prism.
    - Build and start containers on test target on a single
    statement.
    
    This should fix the builds over the main branch, because
    `docker-compose` is compose v1 which has been deprecated and
    not installed on newest versions of github actions
    `ubuntu-latest`.
    
    more info:
    
    https://docs.docker.com/compose/migrate/#what-are-the-differences-between-compose-v1-and-compose-v2
    lopezator committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f35546d View commit details
    Browse the repository at this point in the history