1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-07 21:34:09 +02:00

Try to use gradle-build-action in UI tests

This commit is contained in:
Alex Plate 2024-01-05 19:00:36 +02:00
parent ee94396afa
commit 5e2f590b76
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -20,6 +20,8 @@ jobs:
# Not strictly necessary, but it may prevent rate limit
# errors especially on GitHub-hosted macos machines.
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build Plugin
run: gradle :buildPlugin
- name: Run Idea