Skip to content

Bump rexml from 3.3.3 to 3.3.6 #93

Bump rexml from 3.3.3 to 3.3.6

Bump rexml from 3.3.3 to 3.3.6 #93

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 }}