Skip to content

Feature/cl 8956 add new partner api methods #73

Feature/cl 8956 add new partner api methods

Feature/cl 8956 add new partner api methods #73

name: Run PHP Unit tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run-automated-tests:
runs-on: ubuntu-latest
steps:
- name: Go to branch
uses: actions/checkout@v2
- name: Install dependencies
uses: php-actions/composer@v6
- name: Run tests
uses: php-actions/phpunit@v3