Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 25, 2024
1 parent b276054 commit 79e1cdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,12 @@ jobs:
run: |
set -x
# check if the ToolIDValid linter is called (no of tools - 1 ) times, i.e. is skipped once
if [ "$(grep -c ToolIDValid lint_report.txt)" != "2" ]; then
if [ "$(grep -c ToolIDValid lint_report.txt)" != "3" ]; then
echo "expecting exactly 2 tests for ToolIDValid"; exit 1;
fi
grep tool1 lint_report.txt
grep tool2 lint_report.txt
grep fail lint_report.txt
grep "ERROR: Error 'HTTPConnectionPool" lint_report.txt
grep "TestsNoValid" lint_report.txt
test-tools:
Expand Down

0 comments on commit 79e1cdb

Please sign in to comment.