Skip to content

Merge branch 'master' of https://github.com/BulkGate/plugin #79

Merge branch 'master' of https://github.com/BulkGate/plugin

Merge branch 'master' of https://github.com/BulkGate/plugin #79

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