Sha256: 78c3f5956a5cfd3b632166eb2dec8049e52050949970a02f9b4660c85420e54a
Contents?: true
Size: 609 Bytes
Versions: 1
Compression:
Stored size: 609 Bytes
Contents
name: CI on: push: branches: [ main ] pull_request: branches: [ main ] schedule: - cron: '0 18 * * *' jobs: test: name: Run test suite runs-on: ubuntu-latest env: COMPOSE_FILE: docker-compose.ci.yml strategy: fail-fast: false matrix: ruby: - 3.1.6 - 3.2.4 - 3.3.2 steps: - name: Checkout code uses: actions/checkout@v2 - name: Build docker images run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }} - name: Run tests run: docker compose run ci
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-sqlserver-adapter-7.2.0 | .github/workflows/ci.yml |