Skip to content

Merge pull request #8 from MyParcelCOM/fix/pipeline #29

Merge pull request #8 from MyParcelCOM/fix/pipeline

Merge pull request #8 from MyParcelCOM/fix/pipeline #29

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3
with:
test_suffix: Test.php
bootstrap: vendor/autoload.php