Upload php log

This commit is contained in:
slawkens 2024-01-27 17:06:55 +01:00
parent 3a3e434d4e
commit b5c1b431d5

View File

@ -118,3 +118,10 @@ jobs:
with: with:
name: cypress-videos-${{ matrix.php-versions }} name: cypress-videos-${{ matrix.php-versions }}
path: cypress/videos path: cypress/videos
- name: Upload PHP Logs
uses: actions/upload-artifact@v4
if: always()
with:
name: php-log-${{ matrix.php-versions }}
path: php.log