25 lines
800 B
YAML
25 lines
800 B
YAML
name: 3.2.x | Boot Smoke Tests | Logging Logback Spring Xml
|
|
on:
|
|
schedule:
|
|
- cron : '20 0 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
logging_logback_spring_xml_app_test:
|
|
name: Logging Logback Spring Xml App Test
|
|
uses: ./.github/workflows/smoke-test-jvm.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.2.x
|
|
project: boot:logging-logback-spring-xml
|
|
task: appTest
|
|
logging_logback_spring_xml_native_app_test:
|
|
name: Logging Logback Spring Xml Native App Test
|
|
uses: ./.github/workflows/smoke-test-native.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.2.x
|
|
project: boot:logging-logback-spring-xml
|
|
task: nativeAppTest
|