Skip to content

test: ensure eigenvectors property not present with eigenvectors: fal… #87

test: ensure eigenvectors property not present with eigenvectors: fal…

test: ensure eigenvectors property not present with eigenvectors: fal… #87

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 }}