Promtool action
ActionsTags
(2)This action executes promtool
with the given arguments.
The arguments to pass to promtool
on: [push]
jobs:
test-alert-rules:
runs-on: ubuntu-18.04
steps:
- name: 'Checkout'
uses: 'actions/checkout@v2'
- name: 'Run promtool tests'
uses: 'MatsuriJapon/promtool-action@v1'
with:
args: 'test rules $(find monitoring/test -name *.yaml)
Promtool action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.