We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c4277 commit 13f34feCopy full SHA for 13f34fe
.github/workflows/ios.yaml
@@ -10,16 +10,20 @@ jobs:
10
steps:
11
- name: Checkout Project
12
uses: actions/checkout@v4
13
+
14
- name: "Select Latest Xcode"
15
uses: maxim-lobanov/setup-xcode@v1
16
with:
17
xcode-version: latest-stable
18
19
- name: Verify Carthage Installation
20
run: which carthage
21
22
- name: "Carthage Cached Bootstrap"
23
uses: DevCycleHQ/carthage-bootstrap@fix-carthage-path
24
25
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
26
use-xcframeworks: true
27
28
- name: Fastlane iOS Tests
29
run: fastlane ios tests
0 commit comments