mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
Use Makefile in CI
This commit is contained in:
parent
8069ccb750
commit
c4340706b1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
push:
|
||||
|
||||
jobs:
|
||||
phpunit:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -37,4 +37,4 @@ jobs:
|
|||
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
|
||||
|
||||
- name: Execute tests
|
||||
run: vendor/bin/phpunit tests --testdox --color=always
|
||||
run: make test
|
||||
|
|
Loading…
Reference in a new issue