From bcf820385be8ed382abf2d83697bba67d6bbcf46 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 11:55:55 +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 250098e..306b608 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,6 +42,8 @@ jobs: # coverage-report ブランチが存在しない場合は作成 あればチェックアウト if ! git ls-remote --exit-code origin coverage-report; then # coverage-report ブランチが存在しない場合は作成 + git checkout -t origin/coverage-report + else git checkout --orphan coverage-report git rm -rf . # すべてのファイルを削除 fi