Skip to content

Commit a8ade01

Browse files
committed
fix(ci): Adds env vars to browser tests
1 parent 26bbc11 commit a8ade01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ jobs:
3131
cache: npm
3232
- run: npm ci
3333
- run: npm run test:browserstack
34+
env:
35+
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USER }}
36+
BROWSERSTACK_KEY: ${{ secrets.BROWSERSTACK_KEY }}

0 commit comments

Comments
 (0)