Skip to content

Remove useless branches glob #202

Remove useless branches glob

Remove useless branches glob #202

Workflow file for this run

name: Browser test
on:
pull_request:
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 firefox
run: brew install --cask firefox
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run browser tests
run: npm run test:karma