We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e972c commit cc41163Copy full SHA for cc41163
.github/workflows/test-scripts.yml
@@ -16,6 +16,7 @@ jobs:
16
name: Test mac/run.sh on macOS
17
runs-on: macos-latest
18
timeout-minutes: 30
19
+ environment: BrowserStack
20
steps:
21
- name: Checkout code
22
uses: actions/checkout@v4
@@ -150,6 +151,7 @@ jobs:
150
151
test-windows:
152
name: Test win/run.ps1 on Windows
153
runs-on: windows-latest
154
155
156
157
@@ -278,6 +280,7 @@ jobs:
278
280
name: Test mac/run.sh on Linux
279
281
runs-on: ubuntu-latest
282
283
284
285
286
0 commit comments