Skip to content

Commit

Permalink
Attempt to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
findjigar committed Oct 4, 2023
1 parent f21eb81 commit 261ff28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
restore-keys: |
${{ runner.os }}-gradle-
# XCode changed naming for the watch simulators, create a simulator that matches what the tests expect (shouldn't need after 1.8)
- name: Create watch simulator
if: matrix.os == 'macOS-latest'
shell: bash
run: xcrun simctl create "Apple Watch Series 5 - 44mm" "Apple Watch Series 5 (44mm)"
- name: Build
env:
S3_BUILD_CACHE_AWS_REGION: ${{ secrets.S3_BUILD_CACHE_AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion kermit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ kotlin {
implementation("org.jetbrains.kotlin:kotlin-test")
implementation("org.jetbrains.kotlin:kotlin-test-junit")
implementation("androidx.test:runner:1.4.0")
implementation("org.robolectric:robolectric:4.5.1")
implementation("org.robolectric:robolectric:4.9.2")
}

commonJvmTest.dependencies {
Expand Down

0 comments on commit 261ff28

Please sign in to comment.