From e748bff0dd6abf2c11b8a6bc800d8d50e2777d15 Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:56:01 +0100 Subject: [PATCH] chore: upload screenshots to artifacts (#730) --- .github/workflows/test_v2.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test_v2.yml b/.github/workflows/test_v2.yml index b591ef5f6..96b537154 100644 --- a/.github/workflows/test_v2.yml +++ b/.github/workflows/test_v2.yml @@ -98,3 +98,9 @@ jobs: name: playwright-report path: playwright-report/ retention-days: 30 + + - uses: actions/upload-artifact@v3 + with: + name: automated-screenshots + path: automated-screenshots/ + retention-days: 14