Skip to content

feat: add alertmanager #75

feat: add alertmanager

feat: add alertmanager #75

Workflow file for this run

on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
task-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run task install
run: ./task install
- name: Copy ansible config
run: cp ansible.cfg.template ansible.cfg
- name: Run task test-localhost
run: ./task test-localhost