We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cd16d commit cb70a43Copy full SHA for cb70a43
.github/workflows/pre-build.yml
@@ -54,6 +54,7 @@ jobs:
54
name: ${{ inputs.os }}-artifact
55
include-hidden-files: true
56
57
+ - run: chmod -R 777 . # normalize permissions before and after upload/download-artifact
58
- run: ./mill -i --debug -k selective.resolve 'example.javalib.basic[1-simple].native.server.test'
59
- run: ./mill -i --debug -k selective.resolveTree 'example.javalib.basic[1-simple].native.server.test'
60
- run: ./mill -i --debug -k selective.resolveChanged 'example.javalib.basic[1-simple].native.server.test'
0 commit comments