Write Job Summary HTML directly

This allows more control over the table layout, including centering of column content.
This commit is contained in:
Daz DeBoer 2022-06-19 09:56:40 -06:00
parent 56036f8577
commit 67f42d16a1
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 26 additions and 20 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: ./gradlew assemble
- name: Build kotlin-dsl project without build scan
working-directory: .github/workflow-samples/kotlin-dsl
run: ./gradlew check --no-scan
run: ./gradlew assemble check --no-scan
- name: Build kotlin-dsl project with build scan publish failure
working-directory: .github/workflow-samples/kotlin-dsl
run: ./gradlew check -Dgradle.enterprise.url=https://not.valid.server