Sha256: ece4c4b733df1e6a216857ca885fade38a68f34c8e985ae2d185cf71f1ff96db

Contents?: true

Size: 433 Bytes

Versions: 34

Compression:

Stored size: 433 Bytes

Contents

name: Test

on: pull_request

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 2.6
      - name: Build and test
        run: |
          gem install bundler
          bundle install --jobs 4 --retry 3
          bundle exec rake test
        env:
          CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

Version data entries

34 entries across 34 versions & 3 rubygems

Version Path
youcanbookme-0.0.5.alpha .github/workflows/test.yml
youcanbookme-0.0.4.alpha .github/workflows/test.yml
timetree-0.3.1 .github/workflows/test.yml
calendly-0.1.2 .github/workflows/test.yml
youcanbookme-0.0.3.alpha .github/workflows/test.yml
youcanbookme-0.0.2.alpha .github/workflows/test.yml
youcanbookme-0.0.1.alpha .github/workflows/test.yml
calendly-0.1.1 .github/workflows/test.yml
calendly-0.1.0 .github/workflows/test.yml
timetree-0.3.0 .github/workflows/test.yml
timetree-0.2.1 .github/workflows/test.yml
timetree-0.2.0 .github/workflows/test.yml
timetree-0.1.7 .github/workflows/test.yml
timetree-0.1.6 .github/workflows/test.yml