Skip to content

Commit

Permalink
chore(ci): add kotlin test
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Jul 26, 2023
1 parent 501735c commit c522adf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ jobs:
cd ..
cat ./java.json
- name: Third Party Test (Kotlin)
run: |
git clone https://github.com/square/kotlinpoet --depth=6
cd kotlinpoet
../scip-java index -- clean build -x test
../srctx diff --before HEAD~5 --scip ./index.scip --outputHtml ../kotlin.html --outputJson ../kotlin.json
cd ..
cat ./kotlin.json
- name: Thrid Party Test (Node)
run: |
git clone https://github.com/microsoft/lsif-node.git --depth=6
Expand Down

0 comments on commit c522adf

Please sign in to comment.