Skip to content

Warn if PUSHGATEWAY is not provided #9

Warn if PUSHGATEWAY is not provided

Warn if PUSHGATEWAY is not provided #9

Workflow file for this run

---
name: Run CI
on:
push:
branches:
- main
pull_request:
jobs:
# Run tests
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build docker image
run: docker compose build
- name: Run tests
run: docker compose run test_and_cover
env:
GITHUB_TOKEN: ${{ secrets.github_token }}