Skip to content

Commit

Permalink
workflow wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b committed May 24, 2024
1 parent ee89742 commit c8433ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4'
xcode-version: latest-stable
- uses: actions/checkout@v4

- name: Run build
run: .ci/scripts/build.sh

- name: Run test
run: xcodebuild -scheme apm-agent-ios -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' test
run: |
xcodebuild -scheme apm-agent-ios -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15' test
- name: Run package snapshots
run: .ci/scripts/package.sh
Expand Down

0 comments on commit c8433ef

Please sign in to comment.