From 9b678205d4927f78dad9b9ff3bb0baea32279921 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Fri, 9 Feb 2024 02:31:10 +0100 Subject: [PATCH] Only run scripted on sbt-paradox-material-theme Co-authored-by: eugene yokota --- .github/workflows/ci.yml | 2 +- publish.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b960ff..5cc8403 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,4 +82,4 @@ jobs: run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck - shell: bash - run: sbt '++ ${{ matrix.scala }}' test scripted makeSite + run: sbt '++ ${{ matrix.scala }}' test sbt-paradox-material-theme/scripted makeSite diff --git a/publish.sbt b/publish.sbt index 7455074..03076c6 100644 --- a/publish.sbt +++ b/publish.sbt @@ -42,7 +42,7 @@ inThisBuild( val d = new java.util.Date sbtdynver.DynVer.getGitDescribeOutput(d).mkVersion(versionFmt, fallbackVersion(d)) }, - githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test", "scripted", "makeSite"))), + githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test", "sbt-paradox-material-theme/scripted", "makeSite"))), githubWorkflowTargetTags ++= Seq("v*"), githubWorkflowPublishTargetBranches := Seq(), githubWorkflowPublish := Seq(