Skip to content

Commit

Permalink
disable test execution for catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Jan 15, 2025
1 parent 40d1bc1 commit 70ecc4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
test: false
- os: catalyst
device: localhost
test: true
test: false # disabled due to a permissions error on launch (OSStatus -54).
env:
SETUP: abtesting
SPM: true
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,23 @@ jobs:
include:
- os: iOS
device: iPhone 16
test: true
- os: catalyst
device: localhost
test: false # disabled due to a permissions error on launch (OSStatus -54).
- os: tvOS
device: Apple TV 4K (3rd generation) (at 1080p)
scheme: AnalyticsExampleTV
test: true
- os: macOS
device: localhost
scheme: AnalyticsExampleMac
test: true
env:
SPM: false
LEGACY: false
OS: ${{ matrix.os }}
DEVICE: ${{ matrix.device }}
TEST: true
SCHEME: ${{ matrix.scheme }}
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
steps:
Expand All @@ -67,6 +70,7 @@ jobs:
- name: Build Swift
run: ./scripts/test.sh
env:
TEST: ${{ matrix.test }}
SWIFT_SUFFIX: ""

#TODO: Add `spm` job.

0 comments on commit 70ecc4f

Please sign in to comment.