Skip to content

Bump fastlane from 2.225.0 to 2.226.0 #130

Bump fastlane from 2.225.0 to 2.226.0

Bump fastlane from 2.225.0 to 2.226.0 #130

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-tests:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: bundle exec fastlane test_all
- name: Upload code coverage reports
uses: ./.github/actions/code-coverage
with:
codecov-token: ${{ secrets.CODECOV_TOKEN }}