Add explicit file extensions to relative imports of model-viewer and model-viewer-effects #2553
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@v3 | |
with: | |
submodules: true | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '16.x' | |
- 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: GabrielBB/[email protected] | |
with: | |
run: npm run test --workspace=@google/model-viewer-render-fidelity-tools -- --quiet |