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 0584468f46f1357bfab54d81aa5f48c48dcd2736
2 changes: 2 additions & 0 deletions .github/workflows/laravel-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
name: PHPMD
runs-on: ubuntu-latest
steps:
- name: Check out code into the workspace
uses: actions/checkout@v2
- name: Run php check code with reviewdog
uses: GeneaLabs/[email protected]

Expand Down