Skip to content

Update mysql, testcontainers to 1.19.3 #383

Update mysql, testcontainers to 1.19.3

Update mysql, testcontainers to 1.19.3 #383

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- name: Cache SBT
uses: actions/cache@v3
with:
path: |
~/.cache/coursier/v1
~/.sbt
key: sbt-${{ hashFiles('**/build.sbt') }}
- name: Run tests
run: sbt clean test