From 316f9fc38db28cfe666448fb45d8c17c8e8ed318 Mon Sep 17 00:00:00 2001 From: numaryu Date: Wed, 23 Oct 2024 20:32:53 +0900 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e5c1ff6..d60f4b0 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -7,7 +7,7 @@ on: branches: [ "main" ] jobs: - build_and_test: + Build_and_Test: runs-on: ubuntu-latest @@ -51,7 +51,7 @@ jobs: path: artifacts # テスト結果をGitHub上で表示する - - name: display results + - name: Display results uses: EnricoMi/publish-unit-test-result-action@v2 with: files: artifacts/**/*.xml