Skip to content

Commit

Permalink
Remove brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-cannon committed Jan 13, 2025
1 parent 3f844e9 commit 1975a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: vendor/bin/pest --coverage-clover=coverage.xml --min=80

- name: Upload coverage
if: {{ matrix.os }} == 'ubuntu-latest' && {{ matrix.php }} == '8.3' && startsWith({{ matrix.laravel }}, '11') && {{ matrix.stability }} == 'prefer-stable'
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.3' && startsWith( matrix.laravel, '11') && matrix.stability == 'prefer-stable'
uses: codecov/codecov-action@v5
with:
files: ./coverage.xml
Expand Down

0 comments on commit 1975a50

Please sign in to comment.