Skip to content

Allow to pass fetch options while building the query #584

Allow to pass fetch options while building the query

Allow to pass fetch options while building the query #584

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
- next
- rc
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: |
npm clean-install
npm run test