Skip to content

fix: surface non-OK response bodies instead of discarding them (#64) #114

fix: surface non-OK response bodies instead of discarding them (#64)

fix: surface non-OK response bodies instead of discarding them (#64) #114

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
cache-dependency-path: yarn.lock
- run: yarn install --frozen-lockfile
- run: yarn test