We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313888f commit 7f14cf0Copy full SHA for 7f14cf0
.github/workflows/release.yml
@@ -50,7 +50,8 @@ jobs:
50
{ "id": "kotlin-maven-plugin-tools", "username": "${{github.actor}}", "password": "${{ secrets.GITHUB_TOKEN }}" }
51
]
52
# Runs tests, incl. smoke tests (using a fat JAR built from the
53
- # "diktat-ruleset" module).
+ # "diktat-ruleset" module). The fat JAR is also used later during the
54
+ # "upload-release-asset" step (see below).
55
- name: Run tests
56
run: mvn -B clean install
57
# "diktat-ruleset" is a module that creates a fat JAR, which is,
0 commit comments