Skip to content

Removed webRoot variable as it's now automatic #86

Removed webRoot variable as it's now automatic

Removed webRoot variable as it's now automatic #86

name: Build and Run Specifications
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
- run: npm install
- run: npm test