Skip to content

Bump responses from 0.25.3 to 0.25.5 in /server #688

Bump responses from 0.25.3 to 0.25.5 in /server

Bump responses from 0.25.3 to 0.25.5 in /server #688

Workflow file for this run

name: "CI"
on:
[ push, pull_request ]
jobs:
server:
strategy:
matrix:
python-version: ['3.10']
uses: ./.github/workflows/server.yml
with:
python-version: ${{ matrix.python-version }}
pytest:
strategy:
matrix:
python-version: ['3.10']
uses: ./.github/workflows/pytest.yml
with:
python-version: ${{ matrix.python-version }}
behave:
strategy:
matrix:
python-version: ['3.10']
uses: ./.github/workflows/behave.yml
with:
python-version: ${{ matrix.python-version }}
client:
uses: ./.github/workflows/client.yml