Skip to content

Commit

Permalink
- Add step for test db preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Apr 10, 2024
1 parent d1c61f1 commit 196434f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v14
with:
java-version: "[email protected]"
- name: Prepare testing database
run: sbt flywayMigrate
- name: Build and run tests
run: sbt ++${{matrix.scala}} jacoco doc # We will need JaCoCo report in second job
- uses: actions/cache/save@v3
Expand Down

0 comments on commit 196434f

Please sign in to comment.