Update code-coverage.yml

This commit is contained in:
Bozhidar 2024-04-28 22:16:04 +03:00
parent 111eb4c94f
commit 8056a948b5

View file

@ -8,7 +8,7 @@ concurrency:
cancel-in-progress: true
jobs:
compile-phyre-web-panel:
code-coverage-phyre-web-panel:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -23,6 +23,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: mbstring, dom, fileinfo, mysql, gd, curl, zip, sqlite, xml,
coverage: xdebug
- name: Install Composer Dependencies
working-directory: ./web