Skip to content

fix: Forgot some query options handling #46

fix: Forgot some query options handling

fix: Forgot some query options handling #46

Workflow file for this run

name: JavaScript CI
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
test:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: test
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test