Skip to content

Revert "style: Make ENV statements multiline by default (#58)" (#59) #90

Revert "style: Make ENV statements multiline by default (#58)" (#59)

Revert "style: Make ENV statements multiline by default (#58)" (#59) #90

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