Skip to content

build(deps): bump actions/checkout in the github-actions group #51

build(deps): bump actions/checkout in the github-actions group

build(deps): bump actions/checkout in the github-actions group #51

Workflow file for this run

name: CI-coverage
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
version: 9.5.26
php_extensions: xdebug
bootstrap: vendor/autoload.php
configuration: test/phpunit.xml
args: --coverage-text
env:
XDEBUG_MODE: coverage
TEST_NAME: Scarlett