Skip to content

Update Lit and chai #2680

Update Lit and chai

Update Lit and chai #2680

Workflow file for this run

name: Fidelity tests
on: pull_request
jobs:
compare_renders:
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
- name: NPM install
run: npm ci
# - name: Lint TypeScript sources
# run: npm run lint
- name: Build packages
run: |
npm run build --workspace=@google/model-viewer --workspace=@google/model-viewer-render-fidelity-tools
- name: Fidelity tests
uses: coactions/setup-xvfb@v1
with:
run: npm run test --workspace=@google/model-viewer-render-fidelity-tools -- --quiet