Skip to content

add querying support #51

add querying support

add querying support #51

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: npm ci && npm run build
- run: npm run test:unit
- run: npm run test:e2e