Skip to content

Commit 0ad8e77

Browse files
authored
fix(ci): use correct retention-days in e2e (#4424)
1 parent 3ad27b5 commit 0ad8e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ jobs:
628628
with:
629629
name: failed-test-videos
630630
path: ./site/test-results/**/*.webm
631-
retention:days: 7
631+
retention-days: 7
632632

633633
chromatic:
634634
# REMARK: this is only used to build storybook and deploy it to Chromatic.

0 commit comments

Comments
 (0)