Sha256: b0ae8cddedf7099a33a8ebb5b71fc1c77a474ad8d451dbb5fa72e50aadb12121
Contents?: true
Size: 590 Bytes
Versions: 3
Compression:
Stored size: 590 Bytes
Contents
name: rspec on: push: branches: - master pull_request: branches: - "*" jobs: rspec: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-20.04, ubuntu-18.04] ruby: [2.5, 2.6, 2.7, 3.0] steps: - uses: actions/checkout@v2 with: fetch-depth: 1 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: install dependency run: bundle install - name: run spec run: bundle exec rake spec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rash_alt-0.4.12 | .github/workflows/rspec.yml |
rash_alt-0.4.11 | .github/workflows/rspec.yml |
rash_alt-0.4.10 | .github/workflows/rspec.yml |