Skip to content

Commit 1a2badf

Browse files
authored
[CI] Perform Git checkout as late as possible (#361)
Also, update teaxyz/setup action to v1.
1 parent 3ba734d commit 1a2badf

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,13 @@ jobs:
101101
# xcode: 15.0
102102
# install: true
103103
steps:
104-
- name: Git Checkout
105-
uses: actions/checkout@v3
106-
107-
- name: Setup tea environment
108-
uses: teaxyz/setup@v0
104+
- name: Set up tea environment
105+
uses: teaxyz/setup@v1
109106
with:
110-
+: |
111-
github.com/XcodesOrg/xcodes
107+
+: xcodes
108+
109+
- name: Set environment variables
110+
run: echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV
112111

113112
- name: Select Xcode version
114113
run: sudo xcodes select ${{ matrix.xcode }}
@@ -127,6 +126,9 @@ jobs:
127126
xcrun simctl list
128127
xcodebuild -scheme "Showcase" -showdestinations
129128
129+
- name: Git Checkout
130+
uses: actions/checkout@v3
131+
130132
- name: Build Showcase
131133
run: fastlane build platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:Showcase
132134

0 commit comments

Comments
 (0)