From 78df80a9e69f1a1dfbd0e7d59c5eab54a91f96f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LeoYuan=20=E8=A2=81=E5=8A=9B=E7=9A=93?= Date: Thu, 17 Feb 2022 19:40:22 +0800 Subject: [PATCH] chore: fix action name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ae628f4d..aec4d9a5d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,5 +32,5 @@ jobs: - name: install run: npm i && npm run setup:skip-build - - name: lint + - name: test run: cd packages/designer && npm test \ No newline at end of file