Sha256: 1c5c13200daf778726715a0a5ec5a10e8b627ffc8d48e65206e0f7ad4891e07e
Contents?: true
Size: 754 Bytes
Versions: 2
Compression:
Stored size: 754 Bytes
Contents
name: Verify on: push: branches: - '*' pull_request: branches: - '*' jobs: test: runs-on: ubuntu-18.04 timeout-minutes: 40 strategy: fail-fast: true matrix: ruby: - 2.7 test_cmd: - bundle exec rspec env: RAILS_ENV: test name: Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }} steps: - name: Checkout code uses: actions/checkout@v2 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: ${{ matrix.test_cmd }} run: | echo "${CMD}" bash -c "${CMD}" env: CMD: ${{ matrix.test_cmd }}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rex-text-0.2.38 | .github/workflows/verify.yml |
rex-text-0.2.37 | .github/workflows/verify.yml |