Closed rchl closed 3 years ago
You could use the branch v1
(It is a convention for GitHub actions) for stability.
ai, I forgot that the branch v1 is not yet lsp_utils compatible.
no worries, this can wait
I have just pushed the new commits to v1.
The flow could be further simplified without the repository name and package name 😄 . I needed them because I am testing the action in UnitTesting repo.
- uses: actions/checkout@v2
- uses: SublimeText/UnitTesting/actions/setup@v1
with:
extra-packages: |
sublimelsp/LSP@main
sublimelsp/LSP-pyright
- uses: SublimeText/UnitTesting/actions/run-tests@v1
Looking good now. Nice!
Glad to know that. At least it is worth the effort.
By the way, I noticed that you were testing against sublimelsp/LSP@main
for ST4. If you want to test against the released version, you just need to put the prefix down, i.e., sublimelsp/LSP@4070-
(assuming that there is no exact match for 4070-
). The logic is here in case you wonder how it works.
@randy3k might wanna check out the failure. Looks like a typo (.py.py).