Skip to content

Bump rexml from 3.2.6 to 3.2.8 #88

Bump rexml from 3.2.6 to 3.2.8

Bump rexml from 3.2.6 to 3.2.8 #88

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- 'gh-pages'
jobs:
Test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Prepare
run: |
bundle update --bundler
bundle install
- name: Run tests
env:
SLACK_URL: ${{ secrets.SLACK_URL }}
run: bundle exec fastlane test