Skip to content

Increase bs tests timeouts and retries to make it more resilient. #12

Increase bs tests timeouts and retries to make it more resilient.

Increase bs tests timeouts and retries to make it more resilient. #12

Workflow file for this run

name: CI main
on:
push:
branches:
- 'main'
tags-ignore:
- '**'
workflow_dispatch:
jobs:
run-tests:
name: Run tests
uses: ./.github/workflows/run-tests.yml
secrets:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}