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 a7dfced
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ name: Test
on: [push, pull_request]
env:
SBT_OPTS: "-Dsbt.color=true -Dscala.color=true"
KAFKA_HOST: kafka:9092
KAFKA_ZOOKEEPER_CONNECT: kafka:2181
KAFKA_HOST: localhost:9092
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
jobs:
run-tests:
name: Run tests
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,10 @@ jobs:
DB_URL: "jdbc:mariadb://db:3306/libats"

steps:
- name: Start Bitname Kafka
uses: bbcCorp/kafka-actions@v1
with:
kafka version: "2.8.1-debian-10-r99"
- 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 a7dfced

Please sign in to comment.