diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 987a4f6..c5fbab1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,4 @@ jobs: java-version: 8 cache: sbt - uses: sbt/setup-sbt@v1 - - run: sbt +compile + - run: sbt +test