Skip to content

Track object creation (and texture update) stack trace and expose tra… #12

Track object creation (and texture update) stack trace and expose tra…

Track object creation (and texture update) stack trace and expose tra… #12

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@v4
with:
persist-credentials: false
- name: Use Node.js 😂
uses: actions/setup-node@v4
with:
node-version: 18
- name: Test 🧪
run: |
npm ci
npm run check-ci