Skip to content

refactor: Make the Ruby image smaller by not including dev tools #94

refactor: Make the Ruby image smaller by not including dev tools

refactor: Make the Ruby image smaller by not including dev tools #94

Workflow file for this run

name: tests-and-QA
on:
push: ~
concurrency:
group: tests-and-QA_${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ubuntu-22.04
env:
COMPOSE_ENV_FILES: .env.test
steps:
- uses: ndeloof/install-compose-action@main
with:
version: v2.29.2
- uses: actions/checkout@v4
- run: make build
- run: make test