Skip to content

Commit

Permalink
CI: Added some dependency reporting to enable reasoning about library…
Browse files Browse the repository at this point in the history
… upgrades (com-lihaoyi#1617)

Pull request: com-lihaoyi#1617
  • Loading branch information
lefou authored and pbuszka committed Dec 26, 2021
1 parent b9276a3 commit 3b7bb99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
- java-version: 8
# buildcmd: ./mill -i integration.test "mill.integration.local.{BetterFilesTests,UpickleTests}"
buildcmd: ./mill -i integration.test "mill.integration.local.UpickleTests"

# Just some reporting to enable reasoning about library upgrades
- java-version: 8
buildcmd: |
./mill -i -k __.ivyDepsTree
./mill -i -k __.ivyDepsTree --withRuntime true
runs-on: ubuntu-latest

Expand Down

0 comments on commit 3b7bb99

Please sign in to comment.