Skip to content

Commit

Permalink
-added minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlitvinov committed Aug 11, 2024
1 parent fed172b commit e4faea0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/uitests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
# - name: Setup Gradle
# uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2

- name: Gradle clean cache
uses: burrunan/gradle-cache-action@v1
with:
job-id: jdk17
arguments: build
gradle-version: wrapper
properties: |
kotlin.js.compiler=ir
kotlin.parallel.tasks.in.project=true
# - name: Gradle clean cache
# uses: burrunan/gradle-cache-action@v1
# with:
# job-id: jdk17
# arguments: build
# gradle-version: wrapper
# properties: |
# kotlin.js.compiler=ir
# kotlin.parallel.tasks.in.project=true

- name: Build with Gradle
run: ./gradlew :banner:assembleDebug
Expand Down

0 comments on commit e4faea0

Please sign in to comment.