chore: upload test snapshot for debugging (#760)

This commit is contained in:
Myriad-Dreamin 2024-11-02 14:52:34 +08:00 committed by GitHub
parent f1f77065d7
commit c830048b61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,7 +222,12 @@ jobs:
with:
name: tinymist-${{ env.target }}.vsix
path: editors/vscode/tinymist-${{ env.target }}.vsix
- name: Upload tinymist Testing log
- name: Upload Tinymist E2E Test Snapshot
uses: actions/upload-artifact@v4
with:
name: e2e-snapshot-${{ env.target }}
path: target/e2e
- name: Upload Tinymist Testing log
uses: actions/upload-artifact@v4
with:
name: tinymist-lsp-tests.${{ env.target }}.log