diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcce8ab..f02872c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ env: jobs: run: - name: compile and test + name: test strategy: matrix: java-version: [17] @@ -27,8 +27,5 @@ jobs: java-version: ${{ matrix.java-version }} cache: sbt - - name: compile the project - run: sbt compile - - name: Run the unit tests run: sbt test