43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
name: 3.4.x | Data Smoke Tests | Data Jpa Entityscan
|
|
on:
|
|
schedule:
|
|
- cron : '40 0 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
data_jpa_entityscan_app_test:
|
|
name: Data Jpa Entityscan App Test
|
|
uses: ./.github/workflows/smoke-test-jvm.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.4.x
|
|
project: data:data-jpa-entityscan
|
|
task: appTest
|
|
data_jpa_entityscan_native_app_test:
|
|
name: Data Jpa Entityscan Native App Test
|
|
uses: ./.github/workflows/smoke-test-native.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.4.x
|
|
project: data:data-jpa-entityscan
|
|
task: nativeAppTest
|
|
data_jpa_entityscan_test:
|
|
name: Data Jpa Entityscan Test
|
|
uses: ./.github/workflows/smoke-test-jvm.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.4.x
|
|
project: data:data-jpa-entityscan
|
|
task: test
|
|
data_jpa_entityscan_native_test:
|
|
name: Data Jpa Entityscan Native Test
|
|
uses: ./.github/workflows/smoke-test-native.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.4.x
|
|
project: data:data-jpa-entityscan
|
|
task: nativeTest
|