Skip to content

Run the test suite on Windows runners #1548

Run the test suite on Windows runners

Run the test suite on Windows runners #1548

Workflow file for this run

name: test develop
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
test-develop:
uses:
./.github/workflows/testing.yml
with:
branch_name: develop
event_name: ${{ github.event_name }}
secrets:
PAT: ${{ secrets.PAT }}