Skip to content

fix!: onError not called if cacheFlags is true and api is not reachable #267

fix!: onError not called if cacheFlags is true and api is not reachable

fix!: onError not called if cacheFlags is true and api is not reachable #267

Workflow file for this run

name: Pull Requests
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
package:
runs-on: ubuntu-latest
name: Test
steps:
- name: Cloning repo
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm i
- run: npm run build
- run: npm test