Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmsr committed Mar 14, 2023
1 parent 2b49482 commit 417366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: npm start
run: cd src && npm start > /dev/null 2>&1 &
- name: Run Tests
run: node test/test.js
run: node tests/test.js

0 comments on commit 417366b

Please sign in to comment.