File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,11 @@ jobs:
33
33
composer require "pestphp/pest:^${{ matrix.pest }}" --no-interaction --no-update
34
34
composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
35
35
36
- - name : Unit Tests (not macos)
37
- if : matrix.os != 'macos-latest'
36
+ - name : Unit Tests
38
37
run : composer test:unit -- --coverage-clover ./coverage.xml
39
38
40
- - name : Unit Tests (macos)
41
- if : matrix.os == 'macos-latest'
42
- run : composer test:unit
43
-
44
39
- name : Upload coverage reports to Codecov
45
- if : ${{matrix.os == 'ubuntu-latest' && matrix.php == '8.1'}}
40
+ if : ${{matrix.os == 'ubuntu-latest' && matrix.php == '8.1' && matrix.pest == '2.0' && matrix.dependency-version == 'prefer-stable' }}
46
41
47
42
with :
48
43
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments