From 72f092e6b56d0454ad933021029b9241f683ac11 Mon Sep 17 00:00:00 2001 From: hrj Date: Fri, 2 Apr 2021 15:35:52 +0530 Subject: [PATCH] run sbt assembly in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"