Skip to content

feat(repo): add .env and DEMO_APP property #5

feat(repo): add .env and DEMO_APP property

feat(repo): add .env and DEMO_APP property #5

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run build
- run: npm test