Skip to content

Commit

Permalink
Some more places where module name is used
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Dec 18, 2023
1 parent dd93703 commit 89b3ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
jvm: temurin:1.11.0

- name: Code style check, compilation and binary-compatibility check
run: sbt "scalafmtCheckAll;headerCheckAll;+Test/compile;+IntegrationTest/compile;mimaReportBinaryIssues"
run: sbt "scalafmtCheckAll;headerCheckAll;+Test/compile;mimaReportBinaryIssues"

- name: Code style check, compilation for integration tests
run: sbt "akka-management-integration/scalafmtCheckAll;akka-management-integration/headerCheckAll;+akka-management-integration/Test/compile"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-lease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo 'Adding proxy port'
kubectl proxy --port=8080 &
echo 'Running tests'
sbt ";lease-kubernetes/it:test"
sbt ";lease-kubernetes-integration/test"
./integration-tests/lease-kubernetes/minikube-test.sh
- name: Print logs on failure
Expand Down

0 comments on commit 89b3ce7

Please sign in to comment.