Skip to content

Commit

Permalink
Fix code coverage step.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Feb 1, 2021
1 parent 0c95ff5 commit dd50163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
php: [7.3]
name: Coverage P${{ matrix.php }}
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit dd50163

Please sign in to comment.