Skip to content

Commit f80666d

Browse files
committed
Fix step name
1 parent 3dde8e6 commit f80666d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
node-version: 14
1616
- name: Install PNPM
1717
run: npm install -g pnpm
18-
- name: Install dependencies
18+
- name: Install and test
1919
run: pnpm install-test --frozen-lockfile=false

0 commit comments

Comments
 (0)