Skip to content

feat(Lit): @eventListener decorators are not supported in `Controll… #60

feat(Lit): @eventListener decorators are not supported in `Controll…

feat(Lit): @eventListener decorators are not supported in `Controll… #60

Workflow file for this run

name: Development Stage
on:
workflow_dispatch:
push:
branches:
- main
jobs:
Test:
name: 🧪 Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repository ⬇️
uses: actions/checkout@v3
- name: Setup Node ⬇️
uses: actions/setup-node@v3
with:
node-version: 19.x
cache: 'npm'
- name: Install Dependencies ⬇️
run: npm ci
- name: Test 🧪
run: npm run test