From 0e3b72cbac5fc30d9358049f0eac21dc47e07bb8 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Thu, 4 Jul 2024 19:20:29 +0200 Subject: [PATCH] fix test --- .github/workflows/tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yaml b/.github/workflows/tools.yaml index 505ad9e..32fd645 100644 --- a/.github/workflows/tools.yaml +++ b/.github/workflows/tools.yaml @@ -185,7 +185,7 @@ jobs: grep tool1 lint_report.txt grep tool2 lint_report.txt grep "ERROR: Error 'HTTPConnectionPool" lint_report.txt - grep "Applying linter tests... CHECK" lint_report.txt + grep "TestsNoValid" lint_report.txt test-tools: name: Test testing of tools needs: [setup-ci-tools]