Skip to content

ApiCallMonitor::getProcessMonitor getter + start and end method adjustments #68

ApiCallMonitor::getProcessMonitor getter + start and end method adjustments

ApiCallMonitor::getProcessMonitor getter + start and end method adjustments #68

Workflow file for this run

name: Coverage and QA
on: [ pull_request ]
jobs:
ci:
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository_owner }}/symfony-docker:php8.2
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: "Install: vendor & clear cache"
run: make install
- name: Run coverage
run: make coverage
- name: Run qualimetry
run: make qualimetry