Skip to content

Commit

Permalink
chore: update all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Dec 19, 2024
1 parent 87ff663 commit 7441a8e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
with:
xcode-version: latest-stable

- name: Verify Carthage Installation
run: which carthage

- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@fix-carthage-path
uses: DevCycleHQ/carthage-bootstrap@v1.2.0
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v4

- name: Setup Fastlane Auth
run: echo "FASTLANE_GIT_BASIC_AUTHORIZATION=$(echo -n taplytics-robot:${{ secrets.AUTOMATION_USER_TOKEN }} | base64)" >> "$GITHUB_ENV"

- name: "Select Latest Xcode"
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
uses: DevCycleHQ/carthage-bootstrap@v1.2.0
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true

- name: Fastlane macOS Tests
run: fastlane mac tests
env:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tvos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ 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: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
uses: DevCycleHQ/carthage-bootstrap@v1.2.0
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true

- name: Fastlane tvOS Tests
run: fastlane tvos tests
5 changes: 4 additions & 1 deletion .github/workflows/watchos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ 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: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
uses: DevCycleHQ/carthage-bootstrap@v1.2.0
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true

- name: Fastlane watchOS Tests
run: fastlane watchos tests

0 comments on commit 7441a8e

Please sign in to comment.