Skip to content

Commit 1f371e1

Browse files
Add tunnel connection
1 parent 3d0e89d commit 1f371e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/browserstack.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
username: clarissarichard_A7mus1
1818
access-key: Mj8NqLbtk74Y8yCShzPm
1919

20+
- name: 'BrowserStack Local Tunnel Setup' # set up tunnel connection between GitHub Actions runner environment and BrowserStack device cloud
21+
uses: browserstack/github-actions/setup-local@master
22+
with:
23+
local-testing: start
24+
local-identifier: random
25+
2026
- name: Checkout
2127
uses: actions/checkout@v4
2228

0 commit comments

Comments
 (0)