We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e67b9 commit 401858cCopy full SHA for 401858c
.github/workflows/ci.yaml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install prometheus snap
53
run: sudo snap install prometheus
54
- name: Check validity of prometheus alert rules
55
- run: promtool check rules src/prometheus_alert_rules/*.yaml
+ run: promtool check rules src/alert_rules/prometheus/*
56
- name: Run unit tests for prometheus alert rules
57
run: promtool test rules tests/alerts/*.yaml
58
0 commit comments