Skip to content

fix: check str(exc) instead of http_response.text for retryable phrases #1262

fix: check str(exc) instead of http_response.text for retryable phrases

fix: check str(exc) instead of http_response.text for retryable phrases #1262

Workflow file for this run

name: CI (unit)
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
unit:
uses: ./.github/workflows/run_tests.yml
with:
marker: 'not integration'
secrets: inherit
# Cancel in-flight runs for the same branch/PR when new commits arrive
concurrency:
group: ci-unit-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true