Skip to content

Commit

Permalink
ci: fix run command to include npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dalelotts committed Apr 25, 2024
1 parent aaf5c6d commit 780054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
node-version: '14.x'

- name: Install dependencies and Run Tests
run: clean-install-test
run: npm clean-install-test

0 comments on commit 780054d

Please sign in to comment.