Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ env:
TUIST_TEST_DEVICE: iPad (10th generation)
TUIST_TEST_PLATFORM: iOS

# NOTE: When modifying jobs, you'll likely need to update the required status checks in GitHub repo settings.
# At time of writing, this can be found via (requires admin access):
# Settings → Branches → Edit "main" rule → "Require status checks to pass before merging"
# E.g. if the sdk version in the matrix below was bumped from 18.1 to 18.5, you would add 'development-tests [iOS 18.5]' to the required status checks, and remove 'development-tests [iOS 18.1]'.

jobs:
development-tests:
runs-on: macos-latest
Expand Down
Loading