Sha256: c980136dc53dbee02a643ec545590ca3176f8a7220ceaf552549e2463d8b53a5
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
name: RSpec on: push: pull_request: jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ['2.7', '3.0', '3.1', '3.2'] steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - name: Run tests run: bundle exec rake continue-on-error: true - name: "Ignore Error" run: echo "I only want messages of test failures"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-power_assert-1.2.0 | .github/workflows/rspec.yml |