Skip to content

Merge pull request #5 from nexys-system/johnb8005-patch-1 #256

Merge pull request #5 from nexys-system/johnb8005-patch-1

Merge pull request #5 from nexys-system/johnb8005-patch-1 #256

Workflow file for this run

name: Build and Test Package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 20
- run: yarn
- run: yarn test
- run: yarn build