diff --git a/.github/workflows/test-integration-webtest.yml b/.github/workflows/test-integration-webtest.yml index 56c2c0e07..f58a40d89 100644 --- a/.github/workflows/test-integration-webtest.yml +++ b/.github/workflows/test-integration-webtest.yml @@ -58,3 +58,11 @@ jobs: working-directory: spdashboard run: | ${DOCKER_COMPOSE_PHP} sh -c 'composer webtest' + + - name: Upload error screenshots + if: failure() + uses: actions/upload-artifact@v4 + with: + name: error-screenshots + path: spdashboard/var/error-screenshots + retention-days: 2 \ No newline at end of file