Sha256: 3af5245575b895981543a83c2da9096ae5d31073dc37c7c793c6a2eeb0f39382
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
name: Testing on: pull_request: branches: - main jobs: spec_tests: runs-on: ubuntu-latest strategy: matrix: ruby-version: - '2.7' steps: - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run spec tests run: bundle exec rake test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beaker-answers-1.0.0 | .github/workflows/testing.yml |