Sha256: 244210872f2f18b9c595e98c3d0bc7208f173a6aef02505ca9cf1d036cf8ea94

Contents?: true

Size: 563 Bytes

Versions: 15

Compression:

Stored size: 563 Bytes

Contents

name: Tests
on: [push, pull_request]
jobs:
  run-tests:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
        with:
          persist-credentials: false
      - name: Setup Ruby
        uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true # runs 'bundle install' and caches installed gems automatically
      - name: Run tests
        run: bundle exec rake test

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ro-crate-0.4.14 .github/workflows/tests.yml
ro-crate-0.4.13 .github/workflows/tests.yml
ro-crate-0.4.12 .github/workflows/tests.yml
ro-crate-0.4.11 .github/workflows/tests.yml
ro-crate-0.4.10 .github/workflows/tests.yml
ro-crate-0.4.9 .github/workflows/tests.yml
ro-crate-0.4.8 .github/workflows/tests.yml
ro-crate-0.4.7 .github/workflows/tests.yml
ro-crate-0.4.6 .github/workflows/tests.yml
ro-crate-0.4.5 .github/workflows/tests.yml
ro-crate-0.4.4 .github/workflows/tests.yml
ro-crate-0.4.3 .github/workflows/tests.yml
ro-crate-0.4.2 .github/workflows/tests.yml
ro-crate-0.4.1 .github/workflows/tests.yml
ro-crate-0.4.0 .github/workflows/tests.yml