Skip to content

[PLAT-11407] Network spans should be type CLIENT #931

[PLAT-11407] Network spans should be type CLIENT

[PLAT-11407] Network spans should be type CLIENT #931

Workflow file for this run

name: "Pull Request"
on: [pull_request]
permissions: read-all
jobs:
danger:
permissions:
pull-requests: write
statuses: write
runs-on: macos-latest
steps:
- name: Checkout target branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.base_ref }}
- name: Build
run: xcodebuild -scheme BugsnagPerformance-iOS -destination generic/platform=iOS -configuration Release -quiet -derivedDataPath $PWD/DerivedData.old VALID_ARCHS=arm64
- name: Checkout pull request merge branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
clean: false
fetch-depth: 100
- name: Build
run: xcodebuild -scheme BugsnagPerformance-iOS -destination generic/platform=iOS -configuration Release -quiet -derivedDataPath $PWD/DerivedData.new VALID_ARCHS=arm64
- name: Install dependencies
run: brew install bloaty && gem install danger
- name: Run danger
run: danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}