1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-20 01:42:47 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Alex Plate
d5bddd077f
Disable Gradle configuration cache in CI tests
With gradle plugin 2.0 this cache fails on GitHub Actions. This solution is temporlly and generally the `integrationsTest` should be migrated from `doLast` to some other task approach
2024-07-10 09:02:26 +03:00
Alex Plate
6421a6face
Update java version to 17 on github actions 2024-06-24 12:53:55 +03:00
Alex Plate
b357625529
Add check that actions should work only on the original repo
Because of some reason actions started on
https://github.com/JetBrains/ideavim/pull/731
pull request and updated it.
With this change, forks won't be affected by forked actions. If the action is still needed on fork, these conditions can be changes
2023-10-27 10:33:26 +03:00
Alex Pláte
57a3d82649
Update integrationsTest.yml 2023-01-04 08:21:44 +02:00
Alex Plate
0efedd7fa5
Try a different GH login method 2022-11-29 09:46:34 +02:00
Alex Plate
7e0cdce7ea
Add GH actions 2022-11-02 13:32:33 +02:00