diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e378a51..b5c95f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,6 @@ jobs: with: node-version: 20 - name: Buildi - run: npm install + run: + npm install; + sbt compile \ No newline at end of file