Skip to content

Nodes: Fix VideoTexture in WebGPUBackend & ColorSpaceNode revision #794

Nodes: Fix VideoTexture in WebGPUBackend & ColorSpaceNode revision

Nodes: Fix VideoTexture in WebGPUBackend & ColorSpaceNode revision #794

Workflow file for this run

name: CI
on:
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'yarn'
# Get local dependencies
- run: yarn install
# Run tests
- run: yarn run prettier:check
- run: yarn run test-all