Skip to content

Updated cocina models to 0.125.0 #1733

Updated cocina models to 0.125.0

Updated cocina models to 0.125.0 #1733

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["4.0"]
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Audit dependencies
run: bin/bundler-audit
- name: Run tests
run: bundle exec rake