From ecfe56de3aa56e88c01602c682525d041850aa54 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat, 12 Jun 2021 22:48:16 +0900
Subject: [PATCH] rename github action

---
 .github/workflows/{ci.yml => test.yml} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename .github/workflows/{ci.yml => test.yml} (98%)

diff --git a/.github/workflows/ci.yml b/.github/workflows/test.yml
similarity index 98%
rename from .github/workflows/ci.yml
rename to .github/workflows/test.yml
index cd40042..510fb08 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/test.yml
@@ -1,7 +1,7 @@
 # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
 # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
 
-name: CI
+name: Test
 
 on:
   push:
-- 
GitLab