Skip to content

Commit

Permalink
Test artifacts for failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lotorvik committed Nov 28, 2024
1 parent 8810737 commit 815413e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
config: video=false
env:
FYLLUT_BACKEND_LOGLEVEL: ${{ runner.debug == '1' && 'debug' || 'error' }}
- name: Upload screenshots
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots


cypress-run-bygger:
runs-on: ubuntu-latest-8-cores
Expand Down

0 comments on commit 815413e

Please sign in to comment.