Skip to content

Commit 46cc9dd

Browse files
committed
ci: update tests workflow to use centralised reusable workflow
1 parent dc22fca commit 46cc9dd

File tree

2 files changed

+20
-37
lines changed

2 files changed

+20
-37
lines changed

.github/workflows/Tests.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Tests"
2+
on:
3+
pull_request:
4+
branches:
5+
- master
6+
push:
7+
branches:
8+
- master
9+
jobs:
10+
tests:
11+
name: "Tests"
12+
strategy:
13+
matrix:
14+
group:
15+
- "Core"
16+
- "Downstream"
17+
uses: "SciML/.github/.github/workflows/tests.yml@v1"
18+
with:
19+
group: "${{ matrix.group }}"
20+
secrets: "inherit"

.github/workflows/ci.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)