Skip to content

Commit

Permalink
adjust phpunit file
Browse files Browse the repository at this point in the history
Signed-off-by: Crisciany Silva <[email protected]>
Signed-off-by: Any97Cris <[email protected]>
  • Loading branch information
Any97Cris committed Feb 22, 2024
1 parent 8560550 commit 6741d44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
xdebug_mode: ['debug']
name: php${{ matrix.php-versions }}
steps:
- name: Install Dependencies
run: |
apt-get update
apt-get install -y espeak-ng
- name: Checkout
uses: actions/checkout@v4
- name: Set up php ${{ matrix.php-versions }}
Expand Down

0 comments on commit 6741d44

Please sign in to comment.