Skip to content

3.4.x | Framework Smoke Tests | Webmvc Jetty #162

3.4.x | Framework Smoke Tests | Webmvc Jetty

3.4.x | Framework Smoke Tests | Webmvc Jetty #162

name: 3.4.x | Framework Smoke Tests | Webmvc Jetty
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
webmvc_jetty_app_test:
name: Webmvc Jetty 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-jetty
task: appTest
webmvc_jetty_native_app_test:
name: Webmvc Jetty 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-jetty
task: nativeAppTest
webmvc_jetty_test:
name: Webmvc Jetty 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-jetty
task: test
webmvc_jetty_native_test:
name: Webmvc Jetty 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-jetty
task: nativeTest