From b5c1b431d5ff210ef2e3138d8558d64123dc1a11 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 27 Jan 2024 17:06:55 +0100 Subject: [PATCH] Upload php log --- .github/workflows/cypress.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 768d86e4..cc77f060 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -118,3 +118,10 @@ jobs: with: name: cypress-videos-${{ matrix.php-versions }} path: cypress/videos + + - name: Upload PHP Logs + uses: actions/upload-artifact@v4 + if: always() + with: + name: php-log-${{ matrix.php-versions }} + path: php.log