Skip to content

Conversation

@KevinSchildhorn
Copy link
Contributor

No description provided.

@KevinSchildhorn KevinSchildhorn requested a review from samhill303 May 5, 2025 12:42
Renamed backgroundDispatcher to BackgroundDispatcher
- name: Run Gradle Build
run: ./gradlew build --no-daemon --stacktrace --no-build-cache
run: ./gradlew ktlintCheck build --no-daemon --stacktrace --no-build-cache

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build includes check, and since we configured check to depend on ktlintCheck, we don't need to specify it explicitly here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted it

jobs:
deploy:
runs-on: macos-latest
runs-on: macos-13
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to change this because I was getting this issue:

Underlying error (domain=NSPOSIXErrorDomain, code=86): The operation couldn’t be completed. Bad CPU type in executable Bad CPU type in executable

when running WatchOS tests

@KevinSchildhorn KevinSchildhorn merged commit 9eac7b0 into main Oct 29, 2025
1 check passed
@KevinSchildhorn KevinSchildhorn deleted the ks/UpdatingKtLint branch October 29, 2025 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants