Skip to content

Fix opening dashboard in web extension with custom url #267

Fix opening dashboard in web extension with custom url

Fix opening dashboard in web extension with custom url #267

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
build:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Unit tests
run: npm run compile:dev