Skip to content

Commit

Permalink
DEBUG: cypress screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Nov 4, 2023
1 parent 4b07f0a commit f4816b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ jobs:
- name: Show failures log
if: ${{ failure() }}
run: |
tail -n 500 error.log
sudo apt-get install sharutils
find cypress/screenshots -type f -printf '%T+\t%p\n' | sort | head -n 1 | cut -f 2 | tar -czT - | uuencode /dev/stdout
tail -n 500 error.log

0 comments on commit f4816b7

Please sign in to comment.