Browse Source

ci: rename jobs

Sv443 4 months ago
parent
commit
d3c371161f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/lint-and-test.yml

+ 2 - 2
.github/workflows/lint-and-test.yml

@@ -38,11 +38,11 @@ jobs:
           version: ${{ env.PNPM_VERSION }}
           run_install: false
 
-      - name: Get pnpm store directory
+      - name: Set up pnpm store directory
         shell: bash
         run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
 
-      - name: Setup pnpm cache
+      - name: Set up pnpm cache
         uses: actions/cache@v4
         with:
           path: ${{ env.STORE_PATH }}