Skip to content

Commit 2315572

Browse files
committed
include other submodules in the select.resolve
1 parent f091f96 commit 2315572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/pre-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ jobs:
9797
shell: bash
9898

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

0 commit comments

Comments
 (0)