Skip to content

fixed an issue where streaming could fail to start in FME compatibili… #960

fixed an issue where streaming could fail to start in FME compatibili…

fixed an issue where streaming could fail to start in FME compatibili… #960

Workflow file for this run

name: Review
on: [pull_request]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16.4.app'
- name: bundle install
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
bundle install
bundle exec fastlane review