25 lines
843 B
YAML
25 lines
843 B
YAML
name: 3.3.x | Integration Smoke Tests | Integration Webflux Data
|
|
on:
|
|
schedule:
|
|
- cron : '10 0 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
integration_webflux_data_app_test:
|
|
name: Integration Webflux Data 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: integration:integration-webflux-data
|
|
task: appTest
|
|
integration_webflux_data_checkpoint_restore_app_test:
|
|
name: Integration Webflux Data 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: integration:integration-webflux-data
|
|
task: checkpointRestoreAppTest
|