Skip to content

Allow processing multiple projects in desktop tool #23

Allow processing multiple projects in desktop tool

Allow processing multiple projects in desktop tool #23

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