Skip to content

BREAKING CHANGE: Migrate to Jest and Webpack to be more compatible with Lit 3 #51

BREAKING CHANGE: Migrate to Jest and Webpack to be more compatible with Lit 3

BREAKING CHANGE: Migrate to Jest and Webpack to be more compatible with Lit 3 #51

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: Brightspace/third-party-actions@actions/checkout
- name: Setup Node
uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Lint and Test
run: npm run test
- name: Build Sample
run: npm run build-sample