Skip to content

Commit 7d85109

Browse files
authored
[CI] Perform Git checkout as early as possible (#362)
Otherwise tea doesn't see tea.yml. I don't know what I was thinking in #361 🤦‍♂️
1 parent 1a2badf commit 7d85109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
# xcode: 15.0
102102
# install: true
103103
steps:
104+
- name: Git Checkout
105+
uses: actions/checkout@v3
106+
104107
- name: Set up tea environment
105108
uses: teaxyz/setup@v1
106109
with:
@@ -126,9 +129,6 @@ jobs:
126129
xcrun simctl list
127130
xcodebuild -scheme "Showcase" -showdestinations
128131
129-
- name: Git Checkout
130-
uses: actions/checkout@v3
131-
132132
- name: Build Showcase
133133
run: fastlane build platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:Showcase
134134

0 commit comments

Comments
 (0)