From f69f6b94ca7ef390bad7457513daf11716ae83f5 Mon Sep 17 00:00:00 2001 From: "liangquan.lq" Date: Sun, 28 Apr 2024 17:39:12 +0800 Subject: [PATCH] fix: fix workflow step name --- .github/workflows/unit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index de74d41..9d91f5b 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -7,7 +7,7 @@ concurrency: cancel-in-progress: true jobs: - lint: + unit-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4