Sha256: 07ee8f69568fb74b911b17a05a4abbf437f212b226104ce3d3b10a0a82a543a4
Contents?: true
Size: 493 Bytes
Versions: 2
Compression:
Stored size: 493 Bytes
Contents
name: test on: push: branches: [ main ] tags: [ v* ] pull_request: jobs: test: name: RSpec runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: ruby: ["2.6", "2.7", "3.0", "3.1"] os: [ ubuntu-latest, windows-latest, macos-latest ] steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
digicert-cli-1.0.0 | .github/workflows/test.yml |
digicert-1.0.0 | .github/workflows/test.yml |