Skip to content

Changed deprecated slot syntax #370

Changed deprecated slot syntax

Changed deprecated slot syntax #370

Workflow file for this run

name: ci-tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run init:app
- run: npm run test