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