Files
spring-lifecycle-smoke-tests/.github/workflows/3.4.x-framework-webmvc-jetty.yml
2024-12-30 15:52:51 +01:00

34 lines
1.0 KiB
YAML

name: 3.4.x | Framework Smoke Tests | Webmvc Jetty
on:
schedule:
- cron : '20 0 * * *'
workflow_dispatch:
jobs:
webmvc_jetty_test:
name: Webmvc Jetty Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: main
project: framework:webmvc-jetty
task: test
webmvc_jetty_app_test:
name: Webmvc Jetty App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: main
project: framework:webmvc-jetty
task: appTest
webmvc_jetty_checkpoint_restore_app_test:
name: Webmvc Jetty Checkpoint Restore App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: main
project: framework:webmvc-jetty
task: checkpointRestoreAppTest