Skip to content

Commit f0489e9

Browse files
committed
Fix deprecated code
1 parent 3b0796f commit f0489e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- name: Install dependencies
6262
run: composer install --no-progress
6363

64+
- name: Run test
65+
run: composer run test
66+
6467
- name: Upload coverage results to Coveralls
6568
env:
6669
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)