Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
ref: move docker-compose e2e test to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed May 2, 2024
1 parent 4d66d37 commit 575c2b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
- name: Docker CDC tests
run: |
docker run --net host -e CDC_POSTGRES_DSN_TEMPLATE='postgres://postgres@localhost:5432/{database}' --entrypoint python getsentry/cdc -m pytest tests
compose:
name: Run integration tests

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker-compose -f docker-compose.gcb.yaml run --rm cdc-e2e-test

0 comments on commit 575c2b9

Please sign in to comment.