Skip to content

Release 0.0.1-alpha.8 #3

Release 0.0.1-alpha.8

Release 0.0.1-alpha.8 #3

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
functional_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 22
- run: npm i
- run: npm run build
- run: npm test