Skip to content

Commit

Permalink
feat(ci): Fixes test command for browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Jul 4, 2022
1 parent 924f411 commit 50e3da0
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 @@ -30,4 +30,4 @@ jobs:
node-version: 16
cache: npm
- run: npm ci
- run: npm test
- run: npm run test:browserstack

0 comments on commit 50e3da0

Please sign in to comment.