Skip to content

Commit bfeb75d

Browse files
authored
Update tests.yml
Fix action yml
1 parent 1c39811 commit bfeb75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Install Dependencies
26-
- run: npm install
26+
run: npm install
2727
- name: Run tests
28-
- run: |
28+
run: |
2929
npm run test
3030
npm run coverage
3131
- name: Publish to coveralls.io

0 commit comments

Comments
 (0)