Skip to content

Feat: Connection destroy #17

Feat: Connection destroy

Feat: Connection destroy #17

Workflow file for this run

name: "Tests"
on: [pull_request]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Start Test Stack
run: |
export COMPOSE_INTERACTIVE_NO_CLI
export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=1
export BUILDKIT_PROGRESS=plain
docker pull composer:2.0
docker compose build
docker compose up -d
sleep 15
- name: Doctor
run: |
docker ps
- name: Run Tests
run: |
composer install --profile --ignore-platform-reqs
docker compose exec tests vendor/bin/phpunit --configuration phpunit.xml