Skip to content

Bump setuptools from 69.5.1 to 70.0.0 #1249

Bump setuptools from 69.5.1 to 70.0.0

Bump setuptools from 69.5.1 to 70.0.0 #1249

Workflow file for this run

name: Test
on: [pull_request]
env:
COMPOSE_INTERACTIVE_NO_CLI: 1
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build containers
run: docker compose -f ./docker-compose.yml -f ./docker-compose.ci.yml build --parallel
- name: Test
run: docker compose -f ./docker-compose.yml -f ./docker-compose.ci.yml run -T app poetry run make test