Skip to content

Merge pull request #31 from MyParcelCOM/feature/order-handeled-by-3rd… #112

Merge pull request #31 from MyParcelCOM/feature/order-handeled-by-3rd…

Merge pull request #31 from MyParcelCOM/feature/order-handeled-by-3rd… #112

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
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml
bootstrap: vendor/autoload.php
test_suffix: Test.php