Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Jan 28, 2024
1 parent 39f37f8 commit 7f34b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-compatibility-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f34b12

Please sign in to comment.