mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
chore: upload test snapshot for debugging (#760)
This commit is contained in:
parent
f1f77065d7
commit
c830048b61
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue