Skip to content

Bump pillow from 10.0.1 to 10.2.0 in /desktop-tool #20

Bump pillow from 10.0.1 to 10.2.0 in /desktop-tool

Bump pillow from 10.0.1 to 10.2.0 in /desktop-tool #20

name: Desktop tool tests
on:
pull_request:
paths:
- "desktop-tool/**"
workflow_dispatch:
jobs:
test-backend:
name: Desktop tool tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: macos-latest
- os: windows-latest
- os: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test-desktop-tool