UnitTesting icon indicating copy to clipboard operation
UnitTesting copied to clipboard

fix: st4 download link

Open gerardroche opened this issue 2 years ago • 5 comments

This should fix a "could not download Sublime Text binary" error:

Screenshot from 2022-05-31 09-46-47

https://github.com/gerardroche/sublime-monokai-free/runs/6666517409?check_suite_focus=true

It's difficult to test this because I had to hack the code to change the urls to point to my forked repository. When I tested I still got another error trying to install xz-utils, but that might just be because of the way I was testing it.

Screenshot from 2022-05-31 09-45-22

https://github.com/gerardroche/sublime-monokai-free/runs/6667187169?check_suite_focus=true

gerardroche avatar May 31 '22 08:05 gerardroche

The code under the sbin directory is deprecated. Please use the updated GitHub action snippet: https://github.com/SublimeText/UnitTesting#github-actions

randy3k avatar May 31 '22 14:05 randy3k

Cool. How do I run color scheme unit tests?

gerardroche avatar May 31 '22 15:05 gerardroche

I just updated the NeoVintageous test suite with the new UnitTesting github actions and was able to enable CI for OS and Windows for both ST3 and ST4. I wasn't able to do that with using the previous code. It also simplifies CI a lot. Good work.

https://github.com/NeoVintageous/NeoVintageous/commit/e266f89a4e22f6f1f3ab983ff10aa2ba65141d8a

Screenshot from 2022-06-20 17-02-19

gerardroche avatar Jun 20 '22 16:06 gerardroche

I have forgotten about the color scheme tests. Let me work on it as soon as possible.

randy3k avatar Jun 20 '22 17:06 randy3k

Thanks. There's no hurry.

gerardroche avatar Jun 20 '22 18:06 gerardroche