Skip to content

Commit a241df8

Browse files
committed
[BUGFIX] update testing setup
1 parent 77c97df commit a241df8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
composer-requirements: ['Min', 'Max']
4545
exclude:
4646
- typo3-versions: '13.4'
47-
composer-requirements: 'Max'
47+
composer-requirements: 'Min'
4848

4949
name: Unit (PHP ${{ matrix.php-versions }}, TYPO3 ${{ matrix.typo3-versions }}, Req ${{ matrix.composer-requirements }})
5050
steps:
@@ -65,7 +65,7 @@ jobs:
6565
run: Build/Scripts/runTests.sh -p ${{ matrix.php-versions }} -t ${{ matrix.typo3-versions }} -s composerUpdate${{ matrix.composer-requirements }}
6666

6767
- name: Automated Unit Testing
68-
run: Build/Scripts/runTests.sh -s unit
68+
run: Build/Scripts/runTests.sh -p ${{ matrix.php-versions }} -s unit
6969

7070

7171
functional:
@@ -78,7 +78,7 @@ jobs:
7878
composer-requirements: ['Min', 'Max']
7979
exclude:
8080
- typo3-versions: '13.4'
81-
composer-requirements: 'Max'
81+
composer-requirements: 'Min'
8282

8383
name: Functional (PHP ${{ matrix.php-versions }}, TYPO3 ${{ matrix.typo3-versions }}, Req ${{ matrix.composer-requirements }})
8484
steps:
@@ -98,5 +98,8 @@ jobs:
9898
- name: Install composer dependencies
9999
run: Build/Scripts/runTests.sh -p ${{ matrix.php-versions }} -t ${{ matrix.typo3-versions }} -s composerUpdate${{ matrix.composer-requirements }}
100100

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

0 commit comments

Comments
 (0)