Skip to content

Commit

Permalink
chore: upload test snapshot for debugging (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Nov 2, 2024
1 parent f1f7706 commit c830048
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c830048

Please sign in to comment.