Skip to content

Add prep-release automation and scripts #65

Add prep-release automation and scripts

Add prep-release automation and scripts #65

Workflow file for this run

name: CI
on: [pull_request]
jobs:
test:
runs-on: macos-15-xlarge
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.1'
- name: Install CocoaPods and xcpretty
run: |
gem install cocoapods -v '1.16.1'
gem install xcpretty
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16.1.app/Contents/Developer'
- uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- name: Run CI
run: |
set -eo pipefail
npm ci --no-save --registry=https://registry.npmjs.org/
npm run verify | xcpretty --color