Skip to content

Quick hacky fix so the debugger runs in v1 WebGPU #16

Quick hacky fix so the debugger runs in v1 WebGPU

Quick hacky fix so the debugger runs in v1 WebGPU #16

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🍔🍟🥤
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Use Node.js 😂
uses: actions/setup-node@v3
with:
node-version: 16
- name: Test 🧪
run: |
npm ci
npm run check-ci