Sha256: 19e802eb07935a0639f5c76afdf2b0a4de70f8ffa0a51ebca7b10fa20efdb8d2
Contents?: true
Size: 335 Bytes
Versions: 3
Compression:
Stored size: 335 Bytes
Contents
name: Tests on: pull_request: push: branches: - main jobs: tests: timeout-minutes: 10 runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.1 bundler-cache: true - name: Test run: bundle exec rspec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
openstax_aws-2.1.0 | .github/workflows/tests.yml |
openstax_aws-2.0.1 | .github/workflows/tests.yml |
openstax_aws-2.0.0 | .github/workflows/tests.yml |