Skip to content

New attribute-tools extension based on class-tools #1

New attribute-tools extension based on class-tools

New attribute-tools extension based on class-tools #1

Workflow file for this run

name: Tests - attribute-tools
on:
push:
branches: [ main ]
paths:
- 'src/attribute-tools/**'
- '.github/workflows/attribute-tools.yml'
pull_request:
branches: [ main ]
paths:
- 'src/attribute-tools/**'
- '.github/workflows/attribute-tools.yml'
workflow_dispatch:
jobs:
test_suite:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
working-directory: ./src/attribute-tools
- run: npm test
working-directory: ./src/attribute-tools