Skip to content

Commit

Permalink
ci: update tests workflow to use centralised reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed May 2, 2024
1 parent dc22fca commit 46cc9dd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 37 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Tests"
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
tests:
name: "Tests"
strategy:
matrix:
group:
- "Core"
- "Downstream"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: "${{ matrix.group }}"
secrets: "inherit"
37 changes: 0 additions & 37 deletions .github/workflows/ci.yml

This file was deleted.

0 comments on commit 46cc9dd

Please sign in to comment.