bluelovers / idea-run-typescript

IntelliJ IDEA (and WebStorm...) plugin to support 'TypeScript' as a run configuration
https://plugins.jetbrains.com/plugin/10841-run-configuration-for-typescript
76 stars 14 forks source link

Re-enable and update GitHub Action to test both IC & IU #19

Closed ChrisCarini closed 4 years ago

ChrisCarini commented 4 years ago

Hi @bluelovers - I saw that you disabled the GitHub actions in this commit.

When I looked into why this may have been done, I believe you did this because the GitHub Action runs were failing over and over (I looked at the most recent failures here and here); upon investigation, it seemed they were failing because the path location to your plugin was incorrect.

This PR should resolve the issue mentioned above (path location incorrect in GH Action) AND will also test both IJ Community, and IJ Ultimate - other IDEs can also be tested if desired, see here for docs: https://github.com/ChrisCarini/intellij-platform-plugin-verifier-action#ide-versions

(Note: I've also deleted the intellij-plugin-verifier.yml, as if I had fixed that one, it would have been a functional equivalent to intellij-plugin-gradlew.yml in that they both would test a build & plugin verification when someone pushes. Let me know if you have any questions on this at all!)