Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 8, 2024
1 parent b375925 commit 0d47723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: ${{ matrix.name == 'PHPUNIT' && matrix.dependency == 'locked' }}
if: ${{ matrix.name == 'PHPUnit' && matrix.dependency == 'locked' }}
with:
directory: ${{ github.workspace }}/.cache/phpunit/
verbose: true

0 comments on commit 0d47723

Please sign in to comment.