Use Makefile in CI

This commit is contained in:
Oliver Davies 2020-05-30 03:29:55 +01:00
parent 8069ccb750
commit c4340706b1

View file

@ -5,7 +5,7 @@ on:
push: push:
jobs: jobs:
phpunit: test:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
@ -37,4 +37,4 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests - name: Execute tests
run: vendor/bin/phpunit tests --testdox --color=always run: make test