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 1a2badf commit 7d85109Copy full SHA for 7d85109
.github/workflows/ci.yml
@@ -101,6 +101,9 @@ jobs:
101
# xcode: 15.0
102
# install: true
103
steps:
104
+ - name: Git Checkout
105
+ uses: actions/checkout@v3
106
+
107
- name: Set up tea environment
108
uses: teaxyz/setup@v1
109
with:
@@ -126,9 +129,6 @@ jobs:
126
129
xcrun simctl list
127
130
xcodebuild -scheme "Showcase" -showdestinations
128
131
- - name: Git Checkout
- uses: actions/checkout@v3
-
132
- name: Build Showcase
133
run: fastlane build platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:Showcase
134
0 commit comments