Skip to content

Commit cc41163

Browse files
committed
define env: BrowserStack
1 parent 52e972c commit cc41163

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-scripts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
name: Test mac/run.sh on macOS
1717
runs-on: macos-latest
1818
timeout-minutes: 30
19+
environment: BrowserStack
1920
steps:
2021
- name: Checkout code
2122
uses: actions/checkout@v4
@@ -150,6 +151,7 @@ jobs:
150151
test-windows:
151152
name: Test win/run.ps1 on Windows
152153
runs-on: windows-latest
154+
environment: BrowserStack
153155
steps:
154156
- name: Checkout code
155157
uses: actions/checkout@v4
@@ -278,6 +280,7 @@ jobs:
278280
name: Test mac/run.sh on Linux
279281
runs-on: ubuntu-latest
280282
timeout-minutes: 30
283+
environment: BrowserStack
281284
steps:
282285
- name: Checkout code
283286
uses: actions/checkout@v4

0 commit comments

Comments
 (0)