Skip to content

ci: update tests workflow to use centralised reusable workflow and auto-suggest format changes #9

ci: update tests workflow to use centralised reusable workflow and auto-suggest format changes

ci: update tests workflow to use centralised reusable workflow and auto-suggest format changes #9

Workflow file for this run

name: "Tests"
on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
jobs:
tests:
name: "Tests"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
BACKEND_GROUP: "CPU"

Check failure on line 24 in .github/workflows/Tests.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/Tests.yml (Line: 24, Col: 22): Invalid input, BACKEND_GROUP is not defined in the referenced workflow.
secrets: "inherit"