Skip to content

Fix windows CI and source index issue #197

Fix windows CI and source index issue

Fix windows CI and source index issue #197

Workflow file for this run

name: Ralph-LSP-CI
on:
push:
branches: [ master ]
pull_request:
branches:
- '**'
jobs:
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: 21
distribution: temurin
- run: sbt "presentation-compiler/testOnly org.alephium.ralph.lsp.pc.search.gotodef.GoToConstantSpec"