Files
spring-lifecycle-smoke-tests/.github/workflows/3.3.x-framework-webflux-undertow.yml
2024-12-30 15:52:51 +01:00

34 lines
1.0 KiB
YAML

name: 3.3.x | Framework Smoke Tests | Webflux Undertow
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
webflux_undertow_test:
name: Webflux Undertow Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: 3.3.x
project: framework:webflux-undertow
task: test
webflux_undertow_app_test:
name: Webflux Undertow App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: 3.3.x
project: framework:webflux-undertow
task: appTest
webflux_undertow_checkpoint_restore_app_test:
name: Webflux Undertow Checkpoint Restore App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: 3.3.x
project: framework:webflux-undertow
task: checkpointRestoreAppTest