diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3090845..c4b0d37 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,9 +12,11 @@ jobs: with: distribution: 'adopt' java-version: '21' + - name: Install sbt + uses: sbt/setup-sbt@v1 - name: Run tests run: sbt coverage test coverageReport - uses: codecov/codecov-action@v4 with: fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/README.md b/README.md index 4edb1ca..8676af2 100755 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ jobs: with: distribution: 'adopt' java-version: '21' + - name: Install sbt + uses: sbt/setup-sbt@v1 - name: Run tests run: sbt coverage test coverageReport - uses: codecov/codecov-action@v4 @@ -61,4 +63,4 @@ Find your repository token at Codecov and provide via appending `-t