Skip to content

Update mysql, testcontainers to 1.20.3 #457

Update mysql, testcontainers to 1.20.3

Update mysql, testcontainers to 1.20.3 #457

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