From 0eefb43a7ee9eaeb31264305dd32cc19398e656f Mon Sep 17 00:00:00 2001 From: SilviaAmAm Date: Thu, 4 Apr 2024 11:15:49 +0200 Subject: [PATCH] :construction: Try to save trace --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79555bd159..2d63ebb902 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,6 +269,12 @@ jobs: E2E_DRIVER: ${{ matrix.browser }} SDK_RELEASE: ${{ steps.sdk-tag.outputs.sdk_tag }} + - name: Store playwright trace artifact + uses: actions/upload-artifact@v4 + with: + name: ${{ matrix.browser }}-playwright-trace + path: trace_file_upload_test.zip + docs: name: Build and check documentation runs-on: ubuntu-latest