Skip to content

fix: bug where incorrect track was removed when stop/start in rapid s… #1005

fix: bug where incorrect track was removed when stop/start in rapid s…

fix: bug where incorrect track was removed when stop/start in rapid s… #1005

name: Browser Support Tests
env:
BS_USERNAME: ${{ secrets.BS_USERNAME }}
BS_PASSWORD: ${{ secrets.BS_PASSWORD }}
on:
push:
branches: [ main ]
jobs:
browser_support:
runs-on: [ubuntu-latest]
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 100
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
cache: npm
- run: npm ci
- run: npm run browserstack