Skip to content

DEV-3585: fix pipelines #102

DEV-3585: fix pipelines

DEV-3585: fix pipelines #102

Workflow file for this run

on: [push]
name: PHPUnit
jobs:
PHPUnit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: pecl
extensions: amqp
coverage: xdebug
- uses: php-actions/composer@v5
with:
php_version: '8.3'
- name: PHPUnit
run: |
php vendor/bin/phpunit -v --coverage-clover clover-coverage.xml --coverage-html coverage_html --log-junit coverage_html/junit.xml