Skip to content

Included embedded docs and more tests #41

Included embedded docs and more tests

Included embedded docs and more tests #41

Workflow file for this run

name: Browser testing on browser stack
on:
push:
branches:
- '*'
tags:
jobs:
browser-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm ci
- run: npm run test:browserstack
env:
CI: true
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}