Skip to content

Commit

Permalink
Add logs in scala-debug-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Mar 29, 2023
1 parent f3398a5 commit 9908a48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ jobs:
submodules: true
fetch-depth: 0

- name: Checkout scala-debug-adapter
uses: actions/checkout@v3
with:
repository: adpi2/scala-debug-adapter
ref: debug-bloop
submodules: true
fetch-depth: 0
path: scala-debug-adapter

- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand All @@ -136,6 +145,12 @@ jobs:
[[ $HYDRA_LICENSE == floating-key=* ]] && mkdir -p $HOME/.triplequote && echo "$HYDRA_LICENSE" > "$HOME/.triplequote/hydra.license" || echo "Hydra license file was not created"
shell: bash

- name: Publish scala-debug-adapter locally
run: |
cd scala-debug-adapter
sbt publishLocal
shell: bash

- name: Compile and test main projects
run: |
sbt \
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Dependencies {
val asmVersion = "9.4"
val snailgunVersion = "0.4.0"
val ztExecVersion = "1.12"
val debugAdapterVersion = "3.0.9"
val debugAdapterVersion = "3.0.2-SNAPSHOT"
val bloopConfigVersion = "1.5.5"

val zinc = "org.scala-sbt" %% "zinc" % zincVersion
Expand Down

0 comments on commit 9908a48

Please sign in to comment.