Skip to content

Bump urllib3 from 2.2.1 to 2.2.3 in /docs #196

Bump urllib3 from 2.2.1 to 2.2.3 in /docs

Bump urllib3 from 2.2.1 to 2.2.3 in /docs #196

Workflow file for this run

name: test-on-push
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test
e2e-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test-e2e
check-api-reference:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make check-api-reference
check-docs-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make build-docs