Files
spring-lifecycle-smoke-tests/.github/workflows/3.3.x-integration-integration-webflux-data.yml
Sébastien Deleuze 76630ee372 Update workflows
2025-01-02 11:38:11 +01:00

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