Skip to content

Commit

Permalink
Tweak CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
NthPortal committed Feb 28, 2021
1 parent 65985fb commit b1268b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:

coverage:
name: Coverage
needs: [build]
needs: [test]
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ inThisBuild(
env = Map("COVERALLS_REPO_TOKEN" -> "${{ secrets.COVERALLS_REPO_TOKEN }}"),
javas = List(PrimaryJava),
scalas = crossScalaVersions.value.toList,
needs = List("build"),
needs = List("test"),
matrixFailFast = Some(false),
),
WorkflowJob(
Expand Down

0 comments on commit b1268b9

Please sign in to comment.