Skip to content

Bump pillow from 10.2.0 to 10.3.0 in /requirements (#340) #1108

Bump pillow from 10.2.0 to 10.3.0 in /requirements (#340)

Bump pillow from 10.2.0 to 10.3.0 in /requirements (#340) #1108

Workflow file for this run

---
name: Tests
on:
pull_request:
paths:
- '**'
push:
paths:
- '**'
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
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@v1
with:
fail_ci_if_error: false