From 36fc24f3d7c255fc002f6744836f57bdee5ff822 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Fri, 10 May 2024 22:30:42 +0200 Subject: [PATCH] chore: upload test video as test artifact --- .github/workflows/ui-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 13cfc512..69713009 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -17,4 +17,5 @@ jobs: - name: Install Packages run: yarn ui-test - uses: actions/upload-artifact@v4 - with: ui-test.* + with: + path: ui-test.gif