Skip to content

Bump gunicorn from 21.2.0 to 22.0.0 in /src/aoai-simulated-api #4

Bump gunicorn from 21.2.0 to 22.0.0 in /src/aoai-simulated-api

Bump gunicorn from 21.2.0 to 22.0.0 in /src/aoai-simulated-api #4

Workflow file for this run

name: ci-test
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # get all branches so that we can check out main to compare lint scores
- name: Run make ci-build in dev container
uses: devcontainers/[email protected]
with:
# TODO - cache dev container image
push: never
env: |
GITHUB_BASE_REF
runCmd: |
echo -e "Running ci-build for ref:$GITHUB_BASE_REF\n\n"
make install-requirements
echo -e "\n\n--------------------------------------------------------------------------------\n\n"
./scripts/ci-lint.sh
echo -e "\n\n--------------------------------------------------------------------------------\n\n"
make test