Skip to content

Commit

Permalink
Update booking.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yummyblabla committed Dec 15, 2023
1 parent 981b850 commit e77c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Archive Debug Logs
if: always()
continue-on-error: true
run: tar -czvf "debug-logs-${{ matrix.person }}.tar.gz" "screenshot-${{ matrix.person }}.png" "screenshot-final-${{ matrix.person }}.png" "trace-${{ matrix.person }}.json" "recording-${{ matrix.person }}.webm"
run: tar -czvf "debug-logs-${{ matrix.person }}.tar.gz" "screenshot-before-confirmation.png" "screenshot-after-confirmation.png" "trace-booking.json" "recording-booking.webm"

# Encrypt Debug Logs
- name: Encrypt Debug Logs
Expand Down

0 comments on commit e77c39d

Please sign in to comment.