Skip to content

Commit

Permalink
test for new ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dili91 committed Oct 5, 2023
1 parent bade9ee commit c303835
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
- name: Check alert rules
uses: addnab/docker-run-action@v3
with:
image: prom/prometheus
image: prom/prometheus:v2.47.1
options: --entrypoint sh -v ${{ github.workspace }}:/tmp
run: promtool test rules /tmp/**/tests.yaml
run: |
cd /tmp
promtool test rules **/tests.yaml
- name: Check alert rules (old)
uses: beatlabs/promtool-github-action@v0.0.2
with:
Expand Down

0 comments on commit c303835

Please sign in to comment.