Sha256: 4241748d94bd993cacb3d1891364c858d979fa86a6b5895f4588677128f8abe8

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

name: CI

on: [push, pull_request, workflow_dispatch]

jobs:
  build:
    runs-on: ubuntu-latest

    strategy:
      matrix:
        ruby-version: ['3.0', '3.3']

    steps:
      - uses: actions/checkout@v4
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby-version }}
          bundler-cache: true

      - name: Run tests
        run: ./script/test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cypress-rails-0.7.1 .github/workflows/main.yml