From 7f34b1256ad41d06968d48a92f94954f95071ad3 Mon Sep 17 00:00:00 2001 From: "Andy.Chen" Date: Sun, 28 Jan 2024 21:44:09 +0800 Subject: [PATCH] update ci --- .github/workflows/binary-compatibility-checks.yml | 2 +- .github/workflows/nightly-builds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binary-compatibility-checks.yml b/.github/workflows/binary-compatibility-checks.yml index d8c6ebae1ba..a8fa4e05cf7 100644 --- a/.github/workflows/binary-compatibility-checks.yml +++ b/.github/workflows/binary-compatibility-checks.yml @@ -39,7 +39,7 @@ jobs: run: sbt +compile - name: Verify JDK9 settings apply - run: sbt actor-typed/jdk9Check + run: sbt jdk9Check - name: Report MiMa Binary Issues run: |- diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index df5834d4b57..75967f4f5f2 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -134,7 +134,7 @@ jobs: run: cp .jvmopts-ci .jvmopts - name: Verify JDK9 settings apply - run: sbt actor-typed/jdk9Check + run: sbt jdk9Check - name: Compile and Test # note that this is not running any multi-jvm tests because multi-in-test=false