Skip to content

fix: increase process timeout, stop dumping multiple output lines in … #9

fix: increase process timeout, stop dumping multiple output lines in …

fix: increase process timeout, stop dumping multiple output lines in … #9

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
version: "9"