Skip to content

Merge pull request #33 from MechBot-2x/dependabot/pip/pip-91ab757ed1 #107

Merge pull request #33 from MechBot-2x/dependabot/pip/pip-91ab757ed1

Merge pull request #33 from MechBot-2x/dependabot/pip/pip-91ab757ed1 #107

name: Integration Suite
needs: quality-assurance
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:14
env:

Check failure on line 7 in .github/workflows/integration-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
POSTGRES_PASSWORD: test
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v4
- run: |
docker-compose -f docker-compose.test.yml up -d
pytest tests/integration/