Skip to content

Bump tornado from 6.1 to 6.4.2 in /requirements #1256

Bump tornado from 6.1 to 6.4.2 in /requirements

Bump tornado from 6.1 to 6.4.2 in /requirements #1256

Workflow file for this run

---
name: Tests
on:
pull_request:
paths:
- '**'
push:
paths:
- '**'
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Docker
run: |
make build
- name: Run tests
run: |
make test-root
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false