Skip to content

chore: framework 0.34.x support #30

chore: framework 0.34.x support

chore: framework 0.34.x support #30

Workflow file for this run

name: "Tests"
on: [pull_request]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
- run: git checkout HEAD^2
- name: Run Tests
run: |
docker compose up -d
sleep 10
docker compose exec -T web vendor/bin/phpunit --configuration phpunit.xml