Skip to content

feat: change readiness and liveness checks to use script instead of h… #711

feat: change readiness and liveness checks to use script instead of h…

feat: change readiness and liveness checks to use script instead of h… #711

Workflow file for this run

name: testcases
on:
push:
branches:
- 4.5
paths:
- "pygluu/**"
- "tests/**"
- "setup.py"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox
- name: Test with pytest
run: |
tox