Skip to content

Commit cc67f7e

Browse files
committed
ci: syntax
1 parent 92a3991 commit cc67f7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
with:
2424
node-version: '16'
2525
cache: 'pnpm'
26-
- run: npm i -g firebase-tools
26+
27+
- name: Install firebase-tools
28+
run: npm i -g firebase-tools
2729

2830
- name: Install
2931
run: pnpm install

0 commit comments

Comments
 (0)