Sha256: c9c327d01e54e4ba01b44058d4a335e8d601457148002939cf62d616a2ba3911

Contents?: true

Size: 355 Bytes

Versions: 4

Compression:

Stored size: 355 Bytes

Contents

name: Zooni CI
on:
  pull_request:
  push: { branches: master }
jobs:
  test:
    name: Run Tests
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Setup Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 2.7
          bundler-cache: true
      - name: Run tests
        run: bundle exec rspec

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
panoptes-client-1.2.1 .github/workflows/run_tests_CI.yml
panoptes-client-1.2.0 .github/workflows/run_tests_CI.yml
faraday-panoptes-0.4.0 .github/workflows/run_tests_CI.yml
panoptes-client-1.1.1 .github/workflows/run_tests_CI.yml