From 0ad8e775a5e787b9f5b912e445423b74d7d2d425 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Fri, 7 Oct 2022 13:46:16 -0500 Subject: [PATCH] fix(ci): use correct `retention-days` in e2e (#4424) --- .github/workflows/coder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index da086785bf..e86e2af716 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -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.