Skip to content

Use SciMLTesting v1.1.0 (run_tests harness) #700

Use SciMLTesting v1.1.0 (run_tests harness)

Use SciMLTesting v1.1.0 (run_tests harness) #700

Workflow file for this run

name: Downgrade
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
test:
name: "Downgrade"
strategy:
fail-fast: false
matrix:
group:
- Core
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
with:
group: "${{ matrix.group }}"
secrets: "inherit"