Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Nov 19, 2023
1 parent 6ab91cd commit 5c8ba52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ def projectCommands(st: State) = {
val exceptions: Set[String] =
if (sys.env.contains("CI")) {
val platformSpecific = Platform.os match {
// postgres, redis - these require docker containers so we don't run them on CI
case MacOS => Set("postgres", "redis")
// these require docker containers so we don't run them on CI
case MacOS => Set("mysql", "postgres", "redis")
case _ => Set.empty
}

Expand Down

0 comments on commit 5c8ba52

Please sign in to comment.