Skip to content

3.4.x | Framework Smoke Tests | Webmvc Tomcat #205

3.4.x | Framework Smoke Tests | Webmvc Tomcat

3.4.x | Framework Smoke Tests | Webmvc Tomcat #205

name: 3.4.x | Framework Smoke Tests | Webmvc Tomcat
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
webmvc_tomcat_app_test:
name: Webmvc Tomcat App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: main
project: framework:webmvc-tomcat
task: appTest
webmvc_tomcat_native_app_test:
name: Webmvc Tomcat 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: framework:webmvc-tomcat
task: nativeAppTest
webmvc_tomcat_test:
name: Webmvc Tomcat Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: main
project: framework:webmvc-tomcat
task: test
webmvc_tomcat_native_test:
name: Webmvc Tomcat Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: main
project: framework:webmvc-tomcat
task: nativeTest