Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
simao committed Oct 4, 2023
1 parent f10287e commit 54206f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
runs-on: ubuntu-latest
container: uptane/ci:jvm17-latest
services:
kafka:
image: spotify/kafka

db:
image: mariadb:10.4
env:
Expand All @@ -25,6 +22,12 @@ jobs:
DB_URL: "jdbc:mariadb://db:3306/libats"

steps:
- name: Run Confluent Platform (Confluent Server)
uses: ybyzek/cp-all-in-one-action@v0.2.1
with:
type: cp-all-in-one-community
service: broker
github-branch-version: 7.1.1-post
- uses: actions/checkout@v2
- name: Coursier cache
uses: coursier/cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion libats-messaging/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "libats-messaging"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream-kafka" % "2.1.1"
"com.typesafe.akka" %% "akka-stream-kafka" % "3.0.1"
)

0 comments on commit 54206f5

Please sign in to comment.