File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 44
44
composer-requirements : ['Min', 'Max']
45
45
exclude :
46
46
- typo3-versions : ' 13.4'
47
- composer-requirements : ' Max '
47
+ composer-requirements : ' Min '
48
48
49
49
name : Unit (PHP ${{ matrix.php-versions }}, TYPO3 ${{ matrix.typo3-versions }}, Req ${{ matrix.composer-requirements }})
50
50
steps :
65
65
run : Build/Scripts/runTests.sh -p ${{ matrix.php-versions }} -t ${{ matrix.typo3-versions }} -s composerUpdate${{ matrix.composer-requirements }}
66
66
67
67
- name : Automated Unit Testing
68
- run : Build/Scripts/runTests.sh -s unit
68
+ run : Build/Scripts/runTests.sh -p ${{ matrix.php-versions }} - s unit
69
69
70
70
71
71
functional :
78
78
composer-requirements : ['Min', 'Max']
79
79
exclude :
80
80
- typo3-versions : ' 13.4'
81
- composer-requirements : ' Max '
81
+ composer-requirements : ' Min '
82
82
83
83
name : Functional (PHP ${{ matrix.php-versions }}, TYPO3 ${{ matrix.typo3-versions }}, Req ${{ matrix.composer-requirements }})
84
84
steps :
98
98
- name : Install composer dependencies
99
99
run : Build/Scripts/runTests.sh -p ${{ matrix.php-versions }} -t ${{ matrix.typo3-versions }} -s composerUpdate${{ matrix.composer-requirements }}
100
100
101
- - name : Automated Unit Testing
102
- run : Build/Scripts/runTests.sh -s functional
101
+ - name : Update testing containers
102
+ run : Build/Scripts/runTests.sh -s update
103
+
104
+ - name : Automated Functional Testing
105
+ run : Build/Scripts/runTests.sh -p ${{ matrix.php-versions }} -s functional
You can’t perform that action at this time.
0 commit comments