Skip to content

fix: ignore missing dbgId for unreal syms #53

fix: ignore missing dbgId for unreal syms

fix: ignore missing dbgId for unreal syms #53

Workflow file for this run

name: Unit Tests
permissions:
contents: read
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: ☑️ Checkout
uses: actions/checkout@v4
- name: ⚙️ Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: 🏗️ Install Dependencies
run: npm ci
- name: 🧪 Run Tests
run: npm test