From 53be35133bca9f434224700694133840258829c4 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sat, 9 Nov 2024 18:13:08 -0600 Subject: [PATCH] Updated CI to run tests again --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2df956b..91ab1881 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: coursier/cache-action@v6 - name: Build and test run: | - sbt -v -Dfile.encoding=UTF-8 +compile + sbt -v -Dfile.encoding=UTF-8 +test rm -rf "$HOME/.ivy2/local" || true find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true