File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 5050 run : Build/Scripts/runTests.sh -p ${{ matrix.php }} -t ${{ matrix.TYPO3 }} -s functional
5151 if : matrix.TYPO3 != '14'
5252
53+ - name : Functional Tests 14
54+ run : Build/Scripts/runTests.sh -p ${{ matrix.php }} -t ${{ matrix.TYPO3 }} -s functional --skip-group=content_defender
55+ if : matrix.TYPO3 == '14'
56+
5357 - name : Acceptance Tests
5458 run : Build/Scripts/runTests.sh -p ${{ matrix.php }} -t ${{ matrix.TYPO3 }} -s acceptance -- --fail-fast
5559 if : matrix.TYPO3 != '14'
6064 with :
6165 name : acceptance-test-reports-${{ matrix.php }}-${{ matrix.TYPO3 }}
6266 path : .Build/Web/typo3temp/var/tests/_output
67+
68+ - name : Archive composer.lock
69+ uses : actions/upload-artifact@v4
70+ if : always()
71+ with :
72+ name : composer.lock-${{ matrix.php }}-${{ matrix.TYPO3 }}
73+ path : composer.lock
You can’t perform that action at this time.
0 commit comments