Skip to content

include references to assets if --files is passed #12

include references to assets if --files is passed

include references to assets if --files is passed #12

Workflow file for this run

name: Run tests
on:
push:
branches-ignore: [main]
workflow_dispatch:
jobs:
unit-tests:
strategy:
matrix:
# os: ['ubuntu-latest', 'windows-latest']
os: ['ubuntu-latest']
node_version: [lts/-1, lts/*, latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: npm
- run: npm install
- run: npm run build
- run: npm run test