Skip to content

Commit

Permalink
Fix typo in updated GitHub actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplemachine committed Oct 28, 2023
1 parent 3b028f4 commit 75195f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: npm run install
- run: npm install
- run: npm run test
- run: npm run coverage-lcov
- name: coveralls
Expand Down

0 comments on commit 75195f7

Please sign in to comment.