Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run 0.13 tests explicitly
  • Loading branch information
keynmol committed Sep 25, 2023
commit b5123640f6a8b3b688f4322953e414e991d2097f
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
distribution: "temurin"
cache: "sbt"
java-version: ${{ matrix.java }}
- run: |
ls $JAVA_HOME
sbt scripted +test
shell: bash

- name: SBT 1.x tests
run: sbt scripted +test

- name: SBT 0.13.x tests
run: sbt +publishLocal 'scripted sbt-sourcegraph/basic-sbt0.13'


check:
runs-on: ubuntu-latest
Expand Down