Sha256: 3e51943ae5685979a2cdd07fe86704c111dda6d5451b09aee8f38489708e3f93
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 Bytes
Contents
name: Build on: [ push, pull_request ] jobs: test: strategy: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest ] ruby-version: [ '2.7', '3.0' ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
berkeley_library-logging-0.2.1 | .github/workflows/build.yml |
berkeley_library-tind-0.4.0 | .github/workflows/build.yml |
berkeley_library-marc-0.2.0 | .github/workflows/build.yml |