Skip to content

feat(tests): add extra coverage tests for ArtoolkitPlugin and update … #65

feat(tests): add extra coverage tests for ArtoolkitPlugin and update …

feat(tests): add extra coverage tests for ArtoolkitPlugin and update … #65

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- name: Install
run: npm ci
- name: Run tests
run: npm test