From a00c9a9feb8a3fca05cb4c1aa9fb91be72c47290 Mon Sep 17 00:00:00 2001 From: exoego Date: Wed, 3 Jul 2024 15:44:01 +0900 Subject: [PATCH] Add full log --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1cd957..7533860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: - run: npm run build - name: Check uncommited file run: | + git diff git_diff_stat=$(git diff --stat) if [[ $git_diff_stat != '' ]]; then echo "Uncommitted file found. Ensure you have run tests and committed all changes."