From c8985b9ecc937ab9a05aee628dd04300472138ff Mon Sep 17 00:00:00 2001 From: Andrea Di Lisio Date: Thu, 5 Oct 2023 12:08:12 +0200 Subject: [PATCH] test --- .github/workflows/tests.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ce7e103..a8f7776 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,9 +14,4 @@ jobs: with: image: prom/prometheus:v2.47.1 options: -v ${{ github.workspace }}:/tmp/tests - run: promtool test rules /tmp/tests/01.internal_errors_basic_counter/tests.yaml - - name: Check alert rules (old) - uses: beatlabs/promtool-github-action@v0.0.2 - with: - cmd: 'test' - files: '**/tests.yaml' \ No newline at end of file + run: promtool test rules /tmp/tests/**/tests.yaml \ No newline at end of file