From edf88c7d70b94a98ce04fe1fba27fc5b1db62172 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:01:27 -0700 Subject: [PATCH] fix api break test --- .github/workflows/check_for_api_break.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_for_api_break.yaml b/.github/workflows/check_for_api_break.yaml index e3d74f141..bdd1f284b 100644 --- a/.github/workflows/check_for_api_break.yaml +++ b/.github/workflows/check_for_api_break.yaml @@ -27,8 +27,8 @@ jobs: id: check run: | pip install griffe - griffe check "openfe" --verbose -a origin/main - griffe check "openfecli" --verbose -a origin/main + griffe check "openfe" -s src --verbose -a origin/main + griffe check "openfecli" -s src --verbose -a origin/main - name: Manage PR Comments uses: actions/github-script@v7