Skip to content

build(deps-dev): bump @web/test-runner from 0.17.3 to 0.18.1 #130

build(deps-dev): bump @web/test-runner from 0.17.3 to 0.18.1

build(deps-dev): bump @web/test-runner from 0.17.3 to 0.18.1 #130

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
name: Test
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
- name: Install dependencies
run: |
npx playwright install --with-deps
npm install
- name: Lint (JavaScript)
run: npm run lint:eslint
- name: Lint (CSS)
run: npm run lint:style
- name: Lint (Lit)
run: npm run lint:lit
- name: Unit Tests (All Browsers)
run: npm run test:headless:ci