Skip to content

Update Umami Dashboard check for new version of Umami #83

Update Umami Dashboard check for new version of Umami

Update Umami Dashboard check for new version of Umami #83

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn lint
- run: yarn coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1