Skip to content

Commit 6d743f7

Browse files
committed
fix(github:ci): Error every step must define a uses or run key
1 parent 63a6703 commit 6d743f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
27-
- name: Install deps
2827
- run: npm ci
29-
- name: Run tests
3028
- run: npm test

0 commit comments

Comments
 (0)