Skip to content

feat: integrate WebXR system with WebGPU resource management and upda… #6315

feat: integrate WebXR system with WebGPU resource management and upda…

feat: integrate WebXR system with WebGPU resource management and upda… #6315

Workflow file for this run

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