diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cadf345f6f74a15a0829b2a63bcf572adeb7906f..a7cf713b6141de847d924750425f5fdcddd4646b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: java-version: 1.8 - name: Compile run: sbt compile + - name: Run tests + run: sbt test - name: Check style run: sbt "scalafixAll --check" - name: Check format run: sbt scalafmtCheckAll - - name: Run tests - run: sbt test