Skip to content

Merge pull request #94 from heroesofcode/renovate/all-dependencies #506

Merge pull request #94 from heroesofcode/renovate/all-dependencies

Merge pull request #94 from heroesofcode/renovate/all-dependencies #506

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/[email protected]
with:
xcode-version: 15.4
- name: Bundle install
run: bundle install
- name: Run iOS tests
run: make test-ios
- name: Build tvOS
run: make build-tvos
- name: Danger action
uses: MeilCli/[email protected]
if: github.event_name == 'pull_request'
with:
plugins_file: 'Gemfile'
install_path: 'vendor/bundle'
danger_file: 'Dangerfile'
danger_id: 'danger-pr'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
swift: true
swift_project: MagicImages
verbose: true