fix(ci): use correct `retention-days` in e2e (#4424)

This commit is contained in:
Colin Adler 2022-10-07 13:46:16 -05:00 committed by GitHub
parent 3ad27b547f
commit 0ad8e775a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ jobs:
with:
name: failed-test-videos
path: ./site/test-results/**/*.webm
retention:days: 7
retention-days: 7
chromatic:
# REMARK: this is only used to build storybook and deploy it to Chromatic.