Skip to content

Fix .gitignore and build demo project (#98) #28

Fix .gitignore and build demo project (#98)

Fix .gitignore and build demo project (#98) #28

Workflow file for this run

name: Run CI Tests
on:
push:
branches:
- '*'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run test:headless:singleRun