From f38c8c126f0ca62836cb5c0f05121cebe10cbe04 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 12:31:12 +0900 Subject: [PATCH] test --- .github/workflows/pytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index fc464ce..6d20edb 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -52,8 +52,10 @@ jobs: run: | # coverage-report ブランチが存在しない場合は作成 あればチェックアウト if git ls-remote --exit-code origin coverage-report; then + echo "coverage-report branch exists" git checkout -t origin/coverage-report else + echo "coverage-report branch does not exist" git checkout --orphan coverage-report git rm -rf . # すべてのファイルを削除 fi