Skip to content

Commit

Permalink
Fix gradle check
Browse files Browse the repository at this point in the history
  • Loading branch information
salyh committed Mar 9, 2024
1 parent e7d7e01 commit c982462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
gradle-check:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-4x
timeout-minutes: 360
strategy:
fail-fast: false
Expand All @@ -29,4 +29,4 @@ jobs:
distribution: temurin
- name: Run Gradle
run: |
./gradlew test check integTest --continue
./gradlew clean test check integTest --continue

0 comments on commit c982462

Please sign in to comment.