Add test for build-scan publish failure

This commit is contained in:
Daz DeBoer
2022-06-19 09:16:27 -06:00
parent df4c1902a6
commit 1903bd4674
3 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ jobs:
- name: Build kotlin-dsl project without build scan
working-directory: .github/workflow-samples/kotlin-dsl
run: ./gradlew 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
- name: Build groovy-dsl project
working-directory: .github/workflow-samples/groovy-dsl
run: ./gradlew assemble