Skip to content

Commit

Permalink
Disable cache for gradle UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Jul 19, 2024
1 parent a43c7ec commit 5916c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/runUiTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
java-version: 17
- name: Setup FFmpeg
run: brew install ffmpeg
- name: Setup Gradle
uses: gradle/[email protected]
# - name: Setup Gradle
# uses: gradle/[email protected]
- name: Build Plugin
run: gradle :buildPlugin
- name: Run Idea
run: |
mkdir -p build/reports
gradle runIdeForUiTests > build/reports/idea.log &
gradle --no-configuration-cache runIdeForUiTests > build/reports/idea.log &
- name: Wait for Idea started
uses: jtalk/url-health-check-action@v3
with:
Expand Down

0 comments on commit 5916c42

Please sign in to comment.