Skip to content

When using FETCH without specific ordering, use projection to order #1936

When using FETCH without specific ordering, use projection to order

When using FETCH without specific ordering, use projection to order #1936

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
env:
COMPOSE_FILE: compose.ci.yaml
strategy:
fail-fast: false
matrix:
ruby:
- 3.3.6
- 3.2.6
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