Skip to content

Commit

Permalink
publish local for all
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Jan 28, 2024
1 parent ab37950 commit 9e9e6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-jdk9-classes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- name: Use Scala-CLI to check
run: |-
scala-cli --version
scala-cli stream/target/scala-cli/VerifyJDK9Classes.sc || (
echo "Starting verification with Scala-CLI"
scala-cli stream/target/scala-cli/VerifyJDK9Classes.sc && echo "Verification successful" || (
echo "Error when VerifyJDK9Classes"
exit 1
)
Expand Down

0 comments on commit 9e9e6a3

Please sign in to comment.