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