Skip to content

Gmartini/ban 8729 return correct failure data for bulk tag operations #12

Gmartini/ban 8729 return correct failure data for bulk tag operations

Gmartini/ban 8729 return correct failure data for bulk tag operations #12

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Install dependencies
run: |
gem install bundler -v 2.3.19
bundle install
- name: Run tests
run: bundle exec rspec