Skip to content

Alternative channels refactoring (RCS, whatsApp) #69

Alternative channels refactoring (RCS, whatsApp)

Alternative channels refactoring (RCS, whatsApp) #69

Workflow file for this run

name: Run tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: composer run tester
- name: Run phpstan
run: composer run phpstan