Skip to content

Commit

Permalink
fix(ci): Adds env vars to browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Jul 4, 2022
1 parent 26bbc11 commit a8ade01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
cache: npm
- run: npm ci
- run: npm run test:browserstack
env:
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USER }}
BROWSERSTACK_KEY: ${{ secrets.BROWSERSTACK_KEY }}

0 comments on commit a8ade01

Please sign in to comment.