From 3597d68bab7c64e17b393053146232e1e02cabd3 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Fri, 10 Jan 2025 15:27:55 +0300 Subject: [PATCH] Try getting the Playwright artifact --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index cc2bd97cb89..7c7d29ab966 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -901,7 +901,7 @@ jobs: - name: playwright_e2e script: "test:playwright e2e" - name: storybook - script: "test:storybook -u" + script: "test:storybook" steps: - name: Checkout repository