Skip to content

Commit

Permalink
include other submodules in the select.resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 27, 2025
1 parent f091f96 commit 2315572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
shell: bash

- run: chmod -R 777 . # normalize permissions before and after upload/download-artifact
- run: ./mill -i --debug -k selective.resolve 'example.javalib.basic[1-simple].native.server.test'
- run: ./mill -i --debug -k selective.resolveTree 'example.javalib.basic[1-simple].native.server.test'
- run: ./mill -i --debug -k selective.resolveChanged 'example.javalib.basic[1-simple].native.server.test'
- run: ./mill -i --debug -k selective.resolve 'example.javalib.basic[1-simple]._.server.test'
- run: ./mill -i --debug -k selective.resolveTree 'example.javalib.basic[1-simple]._.server.test'
- run: ./mill -i --debug -k selective.resolveChanged 'example.javalib.basic[1-simple]._.server.test'

0 comments on commit 2315572

Please sign in to comment.