Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Mar 8, 2024
1 parent 460418e commit 45dd000
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
with:
jvm: ${{ matrix.java-version }}

- name: Run tests/test with Scala ${{ matrix.scala-version }} and Java ${{ matrix.java-version }}
run: sbt ${{ matrix.sbt-opts }} "tests/test"
- name: Run test with Scala ${{ matrix.scala-version }} and Java ${{ matrix.java-version }}
run: sbt ${{ matrix.sbt-opts }} "test"

- name: Print logs on failure
if: ${{ failure() }}
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ lazy val tests = project
Test / parallelExecution := false
)


lazy val `integration-tests` = project
.dependsOn(core, testkit, tests)
.enablePlugins(AutomateHeaderPlugin)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/cluster-sharding.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When partitions and shards are co-located together then there is less chance tha

## Project Info

@@project-info{ projectId="clusterSharding" }
@@project-info{ projectId="cluster-sharding" }

## Dependency

Expand Down
2 changes: 1 addition & 1 deletion project/project-info.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ project-info {
}
]
}
clusterSharding: ${project-info.shared-info} {
cluster-sharding: ${project-info.shared-info} {
title: "Alpakka Kafka Cluster Sharding"
jpms-name: "akka.stream.alpakka.kafka.cluster.sharding"
levels: [
Expand Down

0 comments on commit 45dd000

Please sign in to comment.