From a630929226c264ae6d020f9bbaa1e3b4305b2955 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 04:19:07 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=82=B3=E3=83=BC?= =?UTF-8?q?=E3=83=89=E3=82=92=E5=AE=9F=E8=A1=8C=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a58489a..e19a401 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -53,6 +53,7 @@ jobs: # coverage-report ブランチが存在しない場合は作成 あればチェックアウト if ! git ls-remote --exit-code origin coverage-report; then git checkout --orphan coverage-report + git rm -rf . # すべてのファイルを削除 else git checkout coverage-report fi