test: refine new shape test assertions

Co-authored-by: Eriyc <50216491+Eriyc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-04 08:16:55 +00:00
parent d93e1715c6
commit 4ee716530d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ set -euo pipefail
workflow_file="$1"
grep -Eq 'bazel test //tests/\.\.\.' "${workflow_file}" || grep -Eq 'bazel test //\.\.\.' "${workflow_file}"
grep -Eq 'bazel test //(tests/)?\.\.\.' "${workflow_file}"