-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: revert changes and try new branch
- Loading branch information
1 parent
2e059ff
commit 88c4277
Showing
1 changed file
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,29 +10,16 @@ jobs: | |
steps: | ||
- name: Checkout Project | ||
uses: actions/checkout@v4 | ||
|
||
- name: "Select Latest Xcode" | ||
uses: maxim-lobanov/setup-xcode@v1 | ||
with: | ||
xcode-version: latest-stable | ||
|
||
- name: Set Homebrew PATH | ||
run: | | ||
echo "PATH=/opt/homebrew/bin:/usr/local/bin:$PATH" >> $GITHUB_ENV | ||
chmod +x /opt/homebrew/bin/carthage | ||
- name: Verify Carthage Installation | ||
run: which carthage | ||
env: | ||
PATH: "/opt/homebrew/bin:/usr/local/bin:$PATH" | ||
|
||
- name: "Carthage Cached Bootstrap" | ||
uses: DevCycleHQ/[email protected] | ||
env: | ||
PATH: "/opt/homebrew/bin:/usr/local/bin:$PATH" | ||
uses: DevCycleHQ/carthage-bootstrap@fix-carthage-path | ||
with: | ||
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }} | ||
use-xcframeworks: true | ||
|
||
- name: Fastlane iOS Tests | ||
run: fastlane ios tests |