Sha256: 5bf61dd07005adb6f9171ce1cdd62e9521ebd6567a4679d2c19cd0ecce933b3c

Contents?: true

Size: 452 Bytes

Versions: 5

Compression:

Stored size: 452 Bytes

Contents

name: 'CI'

on:
  push:
    branches: [ master ]
  pull_request: ~

jobs:
  run-tests:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        rubyversion: ['2.4', '2.5', '2.6', '2.7', '3.0']
    steps:
      - uses: actions/checkout@v2
      - name: set up ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.rubyversion }}
          bundler-cache: true
      - name: run tests
        run: bundle exec rspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
easypost-3.5.1 .github/workflows/ci.yml
easypost-3.5.0 .github/workflows/ci.yml
easypost-3.4.0 .github/workflows/ci.yml
easypost-3.3.0 .github/workflows/ci.yml
easypost-3.2.0 .github/workflows/ci.yml