From cc245188ffaf77aeb35dca547c37be93cb795de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Fri, 8 Jan 2021 12:10:33 +0900 Subject: [PATCH] test: changed name --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 370507f..5b3786c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,7 +18,7 @@ jobs: env: CI: true test: - name: Test + name: Build Test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2