Skip to content

Commit

Permalink
Fix "Build" jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Sep 24, 2019
1 parent fe8d10e commit f39f7d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@
},
{
"name": "Run tests",
"run": "csbt 'unit/testOnly -- tests.${{ matrix.test }}'"
"run": "csbt 'slow/testOnly -- tests.${{ matrix.test }}'"
}
],
"strategy": {
"fail-fast": false,
"matrix": {
"build": [
"test": [
"mill",
"maven",
"gradle",
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ inThisBuild(
),
"Build" -> githubActionsJob(
"Run tests",
"csbt 'unit/testOnly -- tests.${{ matrix.test }}'",
"csbt 'slow/testOnly -- tests.${{ matrix.test }}'",
githubActionsMatrix(
"build",
"test",
githubActionsPartition(
baseDirectory.in(ThisBuild).value /
"tests" / "slow" / "src" / "test" / "scala" / "tests"
Expand Down

0 comments on commit f39f7d2

Please sign in to comment.