Sha256: 94c50b0d8fbbba7c01ba755391bc46906f70e90723f21824dee9752ea3519933

Contents?: true

Size: 563 Bytes

Versions: 15

Compression:

Stored size: 563 Bytes

Contents

name: CI

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  tests:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 3.0
    - uses: actions/cache@v2
      with:
        path: vendor/bundle
        key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
        restore-keys: |
          ${{ runner.os }}-gems-
    - name: Bundle install
      run: bundle install
    - name: Run tests
      run: bundle exec rake

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
purl_fetcher-client-2.1.2 .github/workflows/ruby.yml
purl_fetcher-client-2.1.1 .github/workflows/ruby.yml
purl_fetcher-client-2.1.0 .github/workflows/ruby.yml
purl_fetcher-client-2.0.0 .github/workflows/ruby.yml
purl_fetcher-client-1.5.4 .github/workflows/ruby.yml
purl_fetcher-client-1.5.3 .github/workflows/ruby.yml
purl_fetcher-client-1.5.2 .github/workflows/ruby.yml
purl_fetcher-client-1.5.1 .github/workflows/ruby.yml
purl_fetcher-client-1.5.0 .github/workflows/ruby.yml
purl_fetcher-client-1.4.1 .github/workflows/ruby.yml
purl_fetcher-client-1.4.0 .github/workflows/ruby.yml
purl_fetcher-client-1.2.1 .github/workflows/ruby.yml
purl_fetcher-client-1.2.0 .github/workflows/ruby.yml
purl_fetcher-client-1.1.0 .github/workflows/ruby.yml
purl_fetcher-client-1.0.0 .github/workflows/ruby.yml