diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e62bdcb..24aa730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup JDK - uses: actions/setup-java@v4 - with: - distribution: corretto - java-version: 11 - cache: sbt + + - uses: guardian/setup-scala@v1 + - name: Build and Test run: sbt -v ++test aws-parameterstore-lambda/assembly - name: Test Summary