Skip to content

Commit

Permalink
Add missing run keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
A-K-O-R-A committed Jan 18, 2024
1 parent 0e3583b commit d36ea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
# Install dependencies
- run: npm ci
# Use chrome manifest
- run: npm useChrome
- run: npm run useChrome
# Run tests
- run: npm run test

0 comments on commit d36ea5d

Please sign in to comment.