Sha256: f6ca6dbe0cb94a2aff2d09f2bfb92f6a1df11590f966d8417649c63b1f21169e
Contents?: true
Size: 505 Bytes
Versions: 1
Compression:
Stored size: 505 Bytes
Contents
name: CI on: [push, pull_request] 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.3 - 3.2.1 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.0.7 | .github/workflows/ci.yml |