Skip to content

Commit

Permalink
🚧 Try to save trace
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Apr 4, 2024
1 parent 55fd98d commit 0eefb43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0eefb43

Please sign in to comment.