Skip to content

Commit

Permalink
[CI] Perform Git checkout as early as possible (#362)
Browse files Browse the repository at this point in the history
Otherwise tea doesn't see tea.yml. I don't know what I was thinking in
#361 🤦‍♂️
  • Loading branch information
davdroman authored Sep 17, 2023
1 parent 1a2badf commit 7d85109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
# xcode: 15.0
# install: true
steps:
- name: Git Checkout
uses: actions/checkout@v3

- name: Set up tea environment
uses: teaxyz/setup@v1
with:
Expand All @@ -126,9 +129,6 @@ jobs:
xcrun simctl list
xcodebuild -scheme "Showcase" -showdestinations
- name: Git Checkout
uses: actions/checkout@v3

- name: Build Showcase
run: fastlane build platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:Showcase

Expand Down

0 comments on commit 7d85109

Please sign in to comment.