Skip to content

Commit

Permalink
Debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johanib committed Oct 31, 2024
1 parent 96b5da1 commit 7316c3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-integration-webtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7316c3d

Please sign in to comment.