Compare commits
No commits in common. "f36d8077314a7831b5acb0877f22138e73749852" and "f7e4b3fd937d347d47c88a28910fcc420aa9a1c7" have entirely different histories.
f36d807731
...
f7e4b3fd93
@ -1,8 +1,10 @@
|
|||||||
name: Daily cloudflare API integration test
|
name: Daily cloudflare API integration test
|
||||||
on:
|
on:
|
||||||
schedule:
|
push:
|
||||||
- cron: '0 */6 * * *' # Every hour
|
branches: [ test ]
|
||||||
workflow_dispatch:
|
# schedule:
|
||||||
|
# - cron: '0 * * * *' # Every hour
|
||||||
|
# workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cloudflare-api-test:
|
cloudflare-api-test:
|
||||||
|
|||||||
10
build.gradle
10
build.gradle
@ -18,11 +18,6 @@ test {
|
|||||||
useJUnitPlatform {
|
useJUnitPlatform {
|
||||||
excludeTags 'integration'
|
excludeTags 'integration'
|
||||||
}
|
}
|
||||||
testLogging {
|
|
||||||
events "passed", "skipped", "failed", "standardOut", "standardError"
|
|
||||||
exceptionFormat "full" // shows full stack trace
|
|
||||||
showStandardStreams = true // shows println/log output
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register('integrationTestOnly', Test) {
|
tasks.register('integrationTestOnly', Test) {
|
||||||
@ -31,11 +26,6 @@ tasks.register('integrationTestOnly', Test) {
|
|||||||
}
|
}
|
||||||
description = 'Runs only integration tests tagged with @Tag("integration")'
|
description = 'Runs only integration tests tagged with @Tag("integration")'
|
||||||
group = 'verification'
|
group = 'verification'
|
||||||
testLogging {
|
|
||||||
events "passed", "skipped", "failed"
|
|
||||||
exceptionFormat "full"
|
|
||||||
showStandardStreams = true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user