fix: enable Quick Look AR in third-party iOS browsers without ios-src #2897
Workflow file for this run
This file contains hidden or 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@v6 | |
| with: | |
| submodules: true | |
| - uses: actions/setup-node@v6 | |
| - 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 |