Skip to content

Commit 2e541b3

Browse files
committed
upload logs
1 parent f236d4f commit 2e541b3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@ jobs:
6262
- name: Run e2e tests
6363
if: matrix.os != 'ubuntu-latest'
6464
run: yarn run test:e2e
65+
66+
- name: Upload Language Server Logs
67+
if: always()
68+
uses: actions/upload-artifact@v4
69+
with:
70+
name: language-server-logs-${{ matrix.os }}
71+
path: .vscode-test/**/ton-language-server.log
72+
if-no-files-found: ignore

0 commit comments

Comments
 (0)