Skip to content

style: Use quotes around env var strings (#57) #86

style: Use quotes around env var strings (#57)

style: Use quotes around env var strings (#57) #86

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