Added the ability to run and combine multiple animations simultaneously #2714
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |