diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e99d29..1b3f3e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,6 @@ jobs: with: java-version: 1.11 - name: Run tests - run: sbt test + run: sbt test assembly - name: Run linter run: sbt "scalafixAll --check"