4.0.x | Data Smoke Tests | Data Redis Reactive #53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 4.0.x | Data Smoke Tests | Data Redis Reactive | |
| on: | |
| schedule: | |
| - cron : '50 0 * * *' | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| data_redis_reactive_app_test: | |
| name: Data Redis Reactive App Test | |
| uses: ./.github/workflows/smoke-test-jvm.yml | |
| secrets: inherit | |
| with: | |
| checkout_repository: spring-projects/spring-aot-smoke-tests | |
| checkout_ref: main | |
| project: data:data-redis-reactive | |
| task: appTest | |
| data_redis_reactive_native_app_test: | |
| name: Data Redis Reactive 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: data:data-redis-reactive | |
| task: nativeAppTest | |
| graal_version: 25 |