Skip to content

feat: replace @method in traits with abstract defs #462

feat: replace @method in traits with abstract defs

feat: replace @method in traits with abstract defs #462

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
Run-PHPUnit:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Run test with docker compose
run: docker-compose run test