Skip to content

Commit

Permalink
chore: correct setup-gradle in run-ui-tests pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi authored Nov 14, 2024
1 parent 42c806f commit c9f0b03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
uses: gradle/actions/setup-gradle@v4

# Run IDEA prepared for UI testing
- name: Run IDE
Expand Down

0 comments on commit c9f0b03

Please sign in to comment.