Skip to content

Codegen: OAuth and Communication Preferences #360

Codegen: OAuth and Communication Preferences

Codegen: OAuth and Communication Preferences #360

Workflow file for this run

name: phpunit
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- run: composer install
- run: vendor/bin/phpunit ./tests