feat: integrate WebXR system with WebGPU resource management and upda… #6315
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: test | |
| on: [push] | |
| jobs: | |
| build: | |
| runs-on: self-hosted | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: git submodule update -i | |
| # - uses: richard-chim/actions-yarn@v2.3.1 | |
| # with: | |
| # cmd: install | |
| - run: yarn install | |
| - run: npm run build | |
| - uses: actions/upload-artifact@v4 | |
| with: | |
| name: Rhodonite-distribution-files | |
| path: dist | |
| - run: npm run build-samples | |
| - run: npm run test |