ci: update tasks name to make debug easier (#1932)

This commit is contained in:
shadcn
2023-11-12 11:30:00 +04:00
committed by GitHub
parent 6e399abdb4
commit fc3d8288f7
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
name: Test
name: pnpm test
steps:
- uses: actions/checkout@v3
with: