Skip to content

Bump werkzeug from 3.1.4 to 3.1.5 in /backend/dataall/base/cdkproxy #2286

Bump werkzeug from 3.1.4 to 3.1.5 in /backend/dataall/base/cdkproxy

Bump werkzeug from 3.1.4 to 3.1.5 in /backend/dataall/base/cdkproxy #2286

name: Integration tests
on:
workflow_dispatch:
pull_request:
branches:
- main
- release/*
- main-v2
- v2m*
permissions:
contents: read
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.12 ]
services:
postgres:
image: postgres
env:
POSTGRES_DB: dataall
POSTGRES_PASSWORD: docker
POSTGRES_USER: postgres
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: coverage
run: make coverage