diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5396e4e..a1fb8bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ - name: Run tests run: sbt scalafmtSbtCheck scalafmtCheckAll test - name: Scala 3 - run: sbt '++ 3.x' test + run: sbt '++ 3.x' update # TODO - name: Build executable run: sbt executable - name: Upload artifacts