From df8555fb25bd19e13326755baed391d48fc221d0 Mon Sep 17 00:00:00 2001 From: Eric K Richardson Date: Thu, 28 Jul 2022 14:44:46 -0700 Subject: [PATCH] Update CI and add sbt cache --- .github/workflows/ci.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e42ff4b2..1f153413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,5 @@ jobs: with: distribution: 'adopt' java-version: ${{ matrix.java }} + cache: 'sbt' - run: sbt +test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea500f18..f837a1c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: with: distribution: 'adopt' java-version: '17' + cache: 'sbt' - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}