Skip to content

Update mysql-binlog-connector-java to 0.30.1 #453

Update mysql-binlog-connector-java to 0.30.1

Update mysql-binlog-connector-java to 0.30.1 #453

Workflow file for this run

name: CI
on:
pull_request:
branches: ['*']
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Java And Sbt
uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
- name: Cache SBT
uses: actions/cache@v4
with:
path: |
~/.cache/coursier/v1
~/.sbt
key: sbt-${{ hashFiles('**/build.sbt') }}
- name: Run tests
run: sbt +clean +test +doc