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 8acd65f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 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,11 @@ jobs:
DB_URL: "jdbc:mariadb://db:3306/libats"

steps:
- name: Run Confluent Platform (Confluent Server)
uses: confluentinc/cp-all-in-one@v0.1
with:
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 8acd65f

Please sign in to comment.