Skip to content

Merge pull request #364 from flyway/dependabot/github_actions/actions… #553

Merge pull request #364 from flyway/dependabot/github_actions/actions…

Merge pull request #364 from flyway/dependabot/github_actions/actions… #553

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Run tests
run: sbt +test