Skip to content

Auto-update dependencies. #517

Auto-update dependencies.

Auto-update dependencies. #517

Workflow file for this run

name: Remote Config
on:
push:
branches: [ main ]
paths:
- '.github/workflows/config.yml'
- 'config/**'
- 'scripts/*'
- 'scripts/config.sh'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/config.yml'
- 'config/**'
- 'scripts/*'
- 'scripts/config.sh'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
SAMPLE: Config
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-13
env:
SPM: false
LEGACY: false
SWIFT_SUFFIX: ""
TEST: true
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd config
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/config.sh
xcrun simctl boot "iPhone 14"
- name: Build Swift
run: ./scripts/test.sh
env:
OS: iOS
DEVICE: iPhone 14
- name: Build Catalyst
run: ./scripts/test.sh
env:
OS: catalyst