Skip to content

refactor: Don't needlessly install Ruby's bundled gems (#60) #92

refactor: Don't needlessly install Ruby's bundled gems (#60)

refactor: Don't needlessly install Ruby's bundled gems (#60) #92

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