Skip to content

3.4.x | Boot Smoke Tests | Logging Logback Spring Xml #87

3.4.x | Boot Smoke Tests | Logging Logback Spring Xml

3.4.x | Boot Smoke Tests | Logging Logback Spring Xml #87

name: 3.4.x | Boot Smoke Tests | Logging Logback Spring Xml
on:
schedule:
- cron : '50 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: main
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: main
project: boot:logging-logback-spring-xml
task: nativeAppTest