From 6cbd7d956809c475dd34f52155fde942c6255188 Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Tue, 11 Jun 2024 18:17:04 +0530 Subject: [PATCH 1/2] ci(tests): include the matrix group as well to actually run tests --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e075194c..a9e4259e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,5 +29,6 @@ jobs: - "Downstream" uses: "SciML/.github/.github/workflows/tests.yml@v1" with: + group: "${{ matrix.group }}" julia-version: "${{ matrix.version }}" secrets: "inherit" From 1f78b7c6916a09109950dfe0d6f0b6640cd4b254 Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Tue, 11 Jun 2024 18:17:55 +0530 Subject: [PATCH 2/2] ci: rename `CI.yml` to `Tests.yml` following convention --- .github/workflows/{CI.yml => Tests.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{CI.yml => Tests.yml} (100%) diff --git a/.github/workflows/CI.yml b/.github/workflows/Tests.yml similarity index 100% rename from .github/workflows/CI.yml rename to .github/workflows/Tests.yml