Skip to content

🐛 Fix error callback type missing addons extensions #193

🐛 Fix error callback type missing addons extensions

🐛 Fix error callback type missing addons extensions #193

Workflow file for this run

name: Browser test
on:
pull_request:
branches:
- "**"
push:
branches:
- master
- dev
workflow_dispatch:
jobs:
browsers-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run browser tests
run: npm run test:karma