Skip to content

Commit 401858c

Browse files
committed
fix: ci alert unit test job
1 parent 47e67b9 commit 401858c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install prometheus snap
5353
run: sudo snap install prometheus
5454
- name: Check validity of prometheus alert rules
55-
run: promtool check rules src/prometheus_alert_rules/*.yaml
55+
run: promtool check rules src/alert_rules/prometheus/*
5656
- name: Run unit tests for prometheus alert rules
5757
run: promtool test rules tests/alerts/*.yaml
5858

0 commit comments

Comments
 (0)