Skip to content

Fix: Use correct Paths.OutputDirs properties in addWatches (fixes #443) #2

Fix: Use correct Paths.OutputDirs properties in addWatches (fixes #443)

Fix: Use correct Paths.OutputDirs properties in addWatches (fixes #443) #2

Workflow file for this run

name: Tests
on: push
jobs:
default:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm test