From a16b9845f5dfc622212f84124e7dc720296feeef Mon Sep 17 00:00:00 2001 From: t-bltg Date: Wed, 13 Nov 2024 11:06:32 +0100 Subject: [PATCH] change test order --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32bb651a7..663f19b01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,10 +97,10 @@ jobs: "RecipesBase", "RecipesPipeline", "PlotsBase", - "Plots", + "PlotThemes", "GraphRecipes", "StatsPlots", - "PlotThemes", + "Plots", ]; coverage=true)' - uses: julia-actions/julia-processcoverage@latest if: startsWith(matrix.os, 'ubuntu')