Merge pull request #274 from lloc/count-against-double-output #306
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: [push] | |
jobs: | |
phpunit: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout project | |
uses: actions/checkout@v1 | |
- name: Composer dependencies | |
run: composer install | |
- name: Run Testsuite | |
run: vendor/bin/phpunit |