Skip to content

Commit

Permalink
Run in correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Aug 7, 2024
1 parent 0db33d6 commit 3907bb8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

maven:
runs-on: ubuntu-latest
name: Tests
name: Maven tests
strategy:
fail-fast: false
matrix:
Expand All @@ -128,9 +128,16 @@ jobs:
cache: "sbt"
java-version: ${{ matrix.java }}


- run: sbt build publishM2 dumpScipJavaVersion

- run: |
mvn clean verify -DskipTests -Dscip-java.version=$(cat VERSION) sourcegraph:sourcegraphDependencies
working-directory: examples/maven-example
- run: out/bin/scip-java index-semanticdb target/semanticdb-root
working-directory: examples/maven-example

- run: du -h index.scip
working-directory: examples/maven-example

0 comments on commit 3907bb8

Please sign in to comment.