Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests to use Orchestral Testbench #19

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
mikebronner committed Oct 11, 2020
commit e929f572c6c733e8096c01b215763838416c6e76
9 changes: 9 additions & 0 deletions .github/workflows/laravel-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
standard: PSR1,PSR2,PSR12
target_directory: src

phpmd-linter:
name: PHPMD
runs-on: ubuntu-latest
steps:
- name: Run php check code with reviewdog
uses: ducla5/laravel-app-reviewdog-action@v1
with:
tool: phpmd

tests:
runs-on: ubuntu-latest
strategy:
Expand Down