Skip to content

fix: get requests doesn't pass query params correctly #10

fix: get requests doesn't pass query params correctly

fix: get requests doesn't pass query params correctly #10

Workflow file for this run

name: integration
on:
push:
branches:
- 'main'
tags-ignore:
- '**'
pull_request:
branches:
- 'main'
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: yarn
uses: DerYeger/yarn-setup-action@master
with:
node-version: 14
- name: unit-tests
run: yarn test