Skip to content

Commit 13f34fe

Browse files
chore: new run
1 parent 88c4277 commit 13f34fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ios.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ jobs:
1010
steps:
1111
- name: Checkout Project
1212
uses: actions/checkout@v4
13+
1314
- name: "Select Latest Xcode"
1415
uses: maxim-lobanov/setup-xcode@v1
1516
with:
1617
xcode-version: latest-stable
18+
1719
- name: Verify Carthage Installation
1820
run: which carthage
21+
1922
- name: "Carthage Cached Bootstrap"
2023
uses: DevCycleHQ/carthage-bootstrap@fix-carthage-path
2124
with:
2225
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
2326
use-xcframeworks: true
27+
2428
- name: Fastlane iOS Tests
2529
run: fastlane ios tests

0 commit comments

Comments
 (0)